Html Css Color HEX #CA2D30 Mahogany

📋 copy color: '#CA2D30'

red 202 ◦ green 45 ◦ blue 48

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

Shades of Mahogany #CA2D30

Tints of Mahogany #CA2D30

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.25%

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

R = 68.47%
G = 15.25%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA2D30 (or 0xCA2D30) is known color: Mahogany. HEX triplet: CA, 2D and 30. RGB value is (202,45,48). Sum of RGB (Red+Green+Blue) = 202+45+48=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D30 is #35D2CF. Grayscale: #5C5C5C. Windows color (decimal): -3527376 or 3157450. OLE color: 3157450.

HSL color Cylindrical-coordinate representation of color #CA2D30: hue angle of 358.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D30 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 45 48 -
CMYK 0 0.78 0.76 0.21
HSL 358.85º 0.64% 0.48% -
HSV(B) 358.85º 0.78% 0.79% -
XYZ 25.83 14.65 4.26 -
YUV 92.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 202 45 48 0 0.78 0.76 0.21 358.85 0.64 0.48
Hex CA 2D 30 0 4E 4C 15 167 40 30
Octal 312 55 60 0 116 114 25 547 100 60
Binary 11001010 101101 110000 0 1001110 1001100 10101 101100111 1000000 110000

Color Harmonies of #CA2D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D30

Black with #CA2D30

Text Example


Text Example

White with #CA2D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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