Html Css Color HEX #CA3039 Mahogany

📋 copy color: '#CA3039'

red 202 ◦ green 48 ◦ blue 57

#CA3039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #CA3039

Tints of Mahogany #CA3039

RGB

 RED value IS 202 (79.3% from 255) = 65.8%

 GREEN value IS 48 (19.14% from 255) = 15.64%

 BLUE value IS 57 (22.66% from 255) = 18.57%

R = 65.8%
G = 15.64%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA3039 (or 0xCA3039) is known color: Mahogany. HEX triplet: CA, 30 and 39. RGB value is (202,48,57). Sum of RGB (Red+Green+Blue) = 202+48+57=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3039 is #35CFC6. Grayscale: #5F5F5F. Windows color (decimal): -3526599 or 3748042. OLE color: 3748042.

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

Color convert

RGB 202 48 57 -
CMYK 0 0.76 0.72 0.21
HSL 356.49º 0.62% 0.49% -
HSV(B) 356.49º 0.76% 0.79% -
XYZ 26.15 14.97 5.38 -
YUV 95.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 202 48 57 0 0.76 0.72 0.21 356.49 0.62 0.49
Hex CA 30 39 0 4C 48 15 164 3E 31
Octal 312 60 71 0 114 110 25 544 76 61
Binary 11001010 110000 111001 0 1001100 1001000 10101 101100100 111110 110001

Color Harmonies of #CA3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3039

Black with #CA3039

Text Example


Text Example

White with #CA3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3039; }

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

 H1.HeaderClassName
 {
   color: #CA3039;
 }
 .AnyTagClassName
 {
   color: #CA3039;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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