Html Css Color HEX #CB292A Mahogany

📋 copy color: '#CB292A'

red 203 ◦ green 41 ◦ blue 42

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

Shades of Mahogany #CB292A

Tints of Mahogany #CB292A

RGB

 RED value IS 203 (79.69% from 255) = 70.98%

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

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 70.98%
G = 14.34%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB292A (or 0xCB292A) is known color: Mahogany. HEX triplet: CB, 29 and 2A. RGB value is (203,41,42). Sum of RGB (Red+Green+Blue) = 203+41+42=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB292A is #34D6D5. Grayscale: #595959. Windows color (decimal): -3462870 or 2763211. OLE color: 2763211.

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

Color convert

RGB 203 41 42 -
CMYK 0 0.80 0.79 0.20
HSL 359.63º 0.66% 0.48% -
HSV(B) 359.63º 0.8% 0.8% -
XYZ 25.84 14.45 3.62 -
YUV 89.55 101.17 208.92 -
System Red Green Blue C M Y K H S L
Decimal 203 41 42 0 0.80 0.79 0.20 359.63 0.66 0.48
Hex CB 29 2A 0 50 4F 14 168 42 30
Octal 313 51 52 0 120 117 24 550 102 60
Binary 11001011 101001 101010 0 1010000 1001111 10100 101101000 1000010 110000

Color Harmonies of #CB292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB292A

Black with #CB292A

Text Example


Text Example

White with #CB292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB292A; }

 p { color: rgb(203,41,42); }

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

background-color css

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

 a { background-color: rgb(203,41,42); }

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

border-color css

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

 span { border-color: rgb(203,41,42); }

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