Html Css Color HEX #CA2834 Mahogany

📋 copy color: '#CA2834'

red 202 ◦ green 40 ◦ blue 52

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

Shades of Mahogany #CA2834

Tints of Mahogany #CA2834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 68.71%
G = 13.61%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA2834 (or 0xCA2834) is known color: Mahogany. HEX triplet: CA, 28 and 34. RGB value is (202,40,52). Sum of RGB (Red+Green+Blue) = 202+40+52=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2834 is #35D7CB. Grayscale: #595959. Windows color (decimal): -3528652 or 3418314. OLE color: 3418314.

HSL color Cylindrical-coordinate representation of color #CA2834: hue angle of 355.56º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2834 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 40 52 -
CMYK 0 0.80 0.74 0.21
HSL 355.56º 0.67% 0.47% -
HSV(B) 355.56º 0.8% 0.79% -
XYZ 25.74 14.32 4.66 -
YUV 89.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 202 40 52 0 0.80 0.74 0.21 355.56 0.67 0.47
Hex CA 28 34 0 50 4A 15 164 43 2F
Octal 312 50 64 0 120 112 25 544 103 57
Binary 11001010 101000 110100 0 1010000 1001010 10101 101100100 1000011 101111

Color Harmonies of #CA2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2834

Black with #CA2834

Text Example


Text Example

White with #CA2834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2834; }

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

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

background-color css

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

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

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

border-color css

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

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

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