Html Css Color HEX #CA292F Mahogany

📋 copy color: '#CA292F'

red 202 ◦ green 41 ◦ blue 47

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

Shades of Mahogany #CA292F

Tints of Mahogany #CA292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.14%

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 69.66%
G = 14.14%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA292F (or 0xCA292F) is known color: Mahogany. HEX triplet: CA, 29 and 2F. RGB value is (202,41,47). Sum of RGB (Red+Green+Blue) = 202+41+47=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA292F is #35D6D0. Grayscale: #595959. Windows color (decimal): -3528401 or 3090890. OLE color: 3090890.

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

Color convert

RGB 202 41 47 -
CMYK 0 0.80 0.77 0.21
HSL 357.76º 0.66% 0.48% -
HSV(B) 357.76º 0.8% 0.79% -
XYZ 25.66 14.35 4.11 -
YUV 89.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 202 41 47 0 0.80 0.77 0.21 357.76 0.66 0.48
Hex CA 29 2F 0 50 4D 15 166 42 30
Octal 312 51 57 0 120 115 25 546 102 60
Binary 11001010 101001 101111 0 1010000 1001101 10101 101100110 1000010 110000

Color Harmonies of #CA292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA292F

Black with #CA292F

Text Example


Text Example

White with #CA292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA292F; }

 p { color: rgb(202,41,47); }

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

background-color css

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

 a { background-color: rgb(202,41,47); }

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

border-color css

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

 span { border-color: rgb(202,41,47); }

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