#ca2b2e

Color #CA2B2E Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #CA2B2E

Tints of Mahogany #CA2B2E

Color information

#CA2B2E (or 0xCA2B2E) is unknown color: approx Mahogany. HEX triplet: CA, 2B and 2E. RGB value is (202,43,46). Sum of RGB (Red+Green+Blue) = 202+43+46=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B2E is #35D4D1. Grayscale: #5B5B5B. Windows color (decimal): -3527890 or 3025866. OLE color: 3025866.

HSL color Cylindrical-coordinate representation of color #CA2B2E: hue angle of 358.87º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2B2E is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB2024346-
CMYK00.790.770.21
HSL358.87º64.9%48.04%-
HSV(B)358.87º78.71%79.22%-
XYZ25.7114.484.02-
YUV90.88102.68207.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 69.42%
GREEN value IS 43 (17.19% from 255) = 14.78%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=69.42%
G=14.78%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202434600.790.770.21358.8764.948.04
HexCA2B2E04F4D151674130
Octal312535601171152554710160
Binary11001010101011101110010011111001101101011011001111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca2b2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca2b2e; }

 p { color: rgb(202,43,46); }

 H1.HeaderClassName
 {
   color: #ca2b2e;
 }
 .AnyTagClassName
 {
   color: #ca2b2e;
 }
</style>
background-color css

<style>
 a { background-color: #ca2b2e; }

 a { background-color: rgb(202,43,46); }

 div.DivClassName
 {
   background-color: #ca2b2e;
 }
 .BgClassName
 {
   background-color: #ca2b2e;
 }
</style>
border-color css

<style>
 span { border-color: #ca2b2e; }

 span { border-color: rgb(202,43,46); }

 td.TdClassName
 {
   border-color: #ca2b2e;
 }
 .TagClassName
 {
   border-color: #ca2b2e;
 }
</style>