Html Css Color HEX #CB292E Mahogany

📋 copy color: '#CB292E'

red 203 ◦ green 41 ◦ blue 46

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

Shades of Mahogany #CB292E

Tints of Mahogany #CB292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 70%
G = 14.14%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB292E (or 0xCB292E) is known color: Mahogany. HEX triplet: CB, 29 and 2E. RGB value is (203,41,46). Sum of RGB (Red+Green+Blue) = 203+41+46=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB292E is #34D6D1. Grayscale: #5A5A5A. Windows color (decimal): -3462866 or 3025355. OLE color: 3025355.

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

Color convert

RGB 203 41 46 -
CMYK 0 0.80 0.77 0.20
HSL 358.15º 0.66% 0.48% -
HSV(B) 358.15º 0.8% 0.8% -
XYZ 25.91 14.48 4.01 -
YUV 90.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 203 41 46 0 0.80 0.77 0.20 358.15 0.66 0.48
Hex CB 29 2E 0 50 4D 14 166 42 30
Octal 313 51 56 0 120 115 24 546 102 60
Binary 11001011 101001 101110 0 1010000 1001101 10100 101100110 1000010 110000

Color Harmonies of #CB292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB292E

Black with #CB292E

Text Example


Text Example

White with #CB292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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