Html Css Color HEX #CA292B Mahogany

📋 copy color: '#CA292B'

red 202 ◦ green 41 ◦ blue 43

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

Shades of Mahogany #CA292B

Tints of Mahogany #CA292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 70.63%
G = 14.34%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA292B (or 0xCA292B) is known color: Mahogany. HEX triplet: CA, 29 and 2B. RGB value is (202,41,43). Sum of RGB (Red+Green+Blue) = 202+41+43=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA292B is #35D6D4. Grayscale: #595959. Windows color (decimal): -3528405 or 2828746. OLE color: 2828746.

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

Color convert

RGB 202 41 43 -
CMYK 0 0.80 0.79 0.21
HSL 359.25º 0.66% 0.48% -
HSV(B) 359.25º 0.8% 0.79% -
XYZ 25.59 14.32 3.7 -
YUV 89.37 101.84 208.34 -
System Red Green Blue C M Y K H S L
Decimal 202 41 43 0 0.80 0.79 0.21 359.25 0.66 0.48
Hex CA 29 2B 0 50 4F 15 167 42 30
Octal 312 51 53 0 120 117 25 547 102 60
Binary 11001010 101001 101011 0 1010000 1001111 10101 101100111 1000010 110000

Color Harmonies of #CA292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA292B

Black with #CA292B

Text Example


Text Example

White with #CA292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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