Html Css Color HEX #CA3435 Mahogany

📋 copy color: '#CA3435'

red 202 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #CA3435

Tints of Mahogany #CA3435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

 BLUE value IS 53 (21.09% from 255) = 17.26%

R = 65.8%
G = 16.94%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA3435 (or 0xCA3435) is known color: Mahogany. HEX triplet: CA, 34 and 35. RGB value is (202,52,53). Sum of RGB (Red+Green+Blue) = 202+52+53=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3435 is #35CBCA. Grayscale: #616161. Windows color (decimal): -3525579 or 3486922. OLE color: 3486922.

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

Color convert

RGB 202 52 53 -
CMYK 0 0.74 0.74 0.21
HSL 359.6º 0.59% 0.5% -
HSV(B) 359.6º 0.74% 0.79% -
XYZ 26.23 15.27 4.93 -
YUV 96.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 202 52 53 0 0.74 0.74 0.21 359.6 0.59 0.5
Hex CA 34 35 0 4A 4A 15 168 3B 32
Octal 312 64 65 0 112 112 25 550 73 62
Binary 11001010 110100 110101 0 1001010 1001010 10101 101101000 111011 110010

Color Harmonies of #CA3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3435

Black with #CA3435

Text Example


Text Example

White with #CA3435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3435; }

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

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

background-color css

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

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

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

border-color css

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

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

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