Html Css Color HEX #CB292D Mahogany

📋 copy color: '#CB292D'

red 203 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #CB292D

Tints of Mahogany #CB292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 70.24%
G = 14.19%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB292D (or 0xCB292D) is known color: Mahogany. HEX triplet: CB, 29 and 2D. RGB value is (203,41,45). Sum of RGB (Red+Green+Blue) = 203+41+45=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB292D is #34D6D2. Grayscale: #5A5A5A. Windows color (decimal): -3462867 or 2959819. OLE color: 2959819.

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

Color convert

RGB 203 41 45 -
CMYK 0 0.80 0.78 0.20
HSL 358.52º 0.66% 0.48% -
HSV(B) 358.52º 0.8% 0.8% -
XYZ 25.9 14.47 3.91 -
YUV 89.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 203 41 45 0 0.80 0.78 0.20 358.52 0.66 0.48
Hex CB 29 2D 0 50 4E 14 167 42 30
Octal 313 51 55 0 120 116 24 547 102 60
Binary 11001011 101001 101101 0 1010000 1001110 10100 101100111 1000010 110000

Color Harmonies of #CB292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB292D

Black with #CB292D

Text Example


Text Example

White with #CB292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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