#ca2b35

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

Shades of Mahogany #CA2B35

Tints of Mahogany #CA2B35

Color information

#CA2B35 (or 0xCA2B35) is unknown color: approx Mahogany. HEX triplet: CA, 2B and 35. RGB value is (202,43,53). Sum of RGB (Red+Green+Blue) = 202+43+53=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B35 is #35D4CA. Grayscale: #5B5B5B. Windows color (decimal): -3527883 or 3484618. OLE color: 3484618.

HSL color Cylindrical-coordinate representation of color #CA2B35: hue angle of 356.23º 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 #CA2B35 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2024353-
CMYK00.790.740.21
HSL356.23º64.9%48.04%-
HSV(B)356.23º78.71%79.22%-
XYZ25.8614.544.81-
YUV91.68106.18206.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.79%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=67.79%
G=14.43%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202435300.790.740.21356.2364.948.04
HexCA2B3504F4A151644130
Octal312536501171122554410160
Binary11001010101011110101010011111001010101011011001001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca2b35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca2b35; }

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

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

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

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

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

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

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

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