#ca3538

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

Shades of Mahogany #CA3538

Tints of Mahogany #CA3538

Color information

#CA3538 (or 0xCA3538) is unknown color: approx Mahogany. HEX triplet: CA, 35 and 38. RGB value is (202,53,56). Sum of RGB (Red+Green+Blue) = 202+53+56=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3538 is #35CAC7. Grayscale: #626262. Windows color (decimal): -3525320 or 3683786. OLE color: 3683786.

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

Color convert

RGB2025356-
CMYK00.740.720.21
HSL358.79º58.43%50%-
HSV(B)358.79º73.76%79.22%-
XYZ26.3415.395.32-
YUV97.89104.36202.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.95%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=64.95%
G=17.04%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202535600.740.720.21358.7958.4350
HexCA353804A48151673a32
Octal31265700112110255477262
Binary1100101011010111100001001010100100010101101100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca3538; }

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

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

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

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

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

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

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

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