#CA3035

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

Shades of Mahogany #CA3035

Tints of Mahogany #CA3035

Color information

#CA3035 (or 0xCA3035) is unknown color: approx Mahogany. HEX triplet: CA, 30 and 35. RGB value is (202,48,53). Sum of RGB (Red+Green+Blue) = 202+48+53=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3035 is #35CFCA. Grayscale: #5E5E5E. Windows color (decimal): -3526603 or 3485898. OLE color: 3485898.

HSL color Cylindrical-coordinate representation of color #CA3035: hue angle of 358.05º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3035 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2024853-
CMYK00.760.740.21
HSL358.05º61.6%49.02%-
HSV(B)358.05º76.24%79.22%-
XYZ26.0614.934.88-
YUV94.62104.52204.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.67%
GREEN value IS 48 (19.14% from 255) = 15.84%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=66.67%
G=15.84%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202485300.760.740.21358.0561.649.02
HexCA303504C4A151663e31
Octal31260650114112255467661
Binary1100101011000011010101001100100101010101101100110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3035; }

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

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

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

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

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

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

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

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