Html Css Color HEX #CB292B Mahogany

📋 copy color: '#CB292B'

red 203 ◦ green 41 ◦ blue 43

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

Shades of Mahogany #CB292B

Tints of Mahogany #CB292B

RGB

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

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

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

R = 70.73%
G = 14.29%
B = 14.98%

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

#CB292B (or 0xCB292B) is known color: Mahogany. HEX triplet: CB, 29 and 2B. RGB value is (203,41,43). Sum of RGB (Red+Green+Blue) = 203+41+43=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB292B is #34D6D4. Grayscale: #595959. Windows color (decimal): -3462869 or 2828747. OLE color: 2828747.

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

Color convert

RGB 203 41 43 -
CMYK 0 0.80 0.79 0.20
HSL 359.26º 0.66% 0.48% -
HSV(B) 359.26º 0.8% 0.8% -
XYZ 25.86 14.46 3.71 -
YUV 89.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 203 41 43 0 0.80 0.79 0.20 359.26 0.66 0.48
Hex CB 29 2B 0 50 4F 14 167 42 30
Octal 313 51 53 0 120 117 24 547 102 60
Binary 11001011 101001 101011 0 1010000 1001111 10100 101100111 1000010 110000

Color Harmonies of #CB292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB292B

Black with #CB292B

Text Example


Text Example

White with #CB292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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