Html Css Color HEX #CA2830 Mahogany

📋 copy color: '#CA2830'

red 202 ◦ green 40 ◦ blue 48

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

Shades of Mahogany #CA2830

Tints of Mahogany #CA2830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.55%

R = 69.66%
G = 13.79%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA2830 (or 0xCA2830) is known color: Mahogany. HEX triplet: CA, 28 and 30. RGB value is (202,40,48). Sum of RGB (Red+Green+Blue) = 202+40+48=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2830 is #35D7CF. Grayscale: #595959. Windows color (decimal): -3528656 or 3156170. OLE color: 3156170.

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

Color convert

RGB 202 40 48 -
CMYK 0 0.80 0.76 0.21
HSL 357.04º 0.67% 0.47% -
HSV(B) 357.04º 0.8% 0.79% -
XYZ 25.65 14.29 4.2 -
YUV 89.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 202 40 48 0 0.80 0.76 0.21 357.04 0.67 0.47
Hex CA 28 30 0 50 4C 15 165 43 2F
Octal 312 50 60 0 120 114 25 545 103 57
Binary 11001010 101000 110000 0 1010000 1001100 10101 101100101 1000011 101111

Color Harmonies of #CA2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2830

Black with #CA2830

Text Example


Text Example

White with #CA2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2830; }

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

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

background-color css

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

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

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

border-color css

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

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

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