Html Css Color HEX #CB292F Mahogany

📋 copy color: '#CB292F'

red 203 ◦ green 41 ◦ blue 47

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

Shades of Mahogany #CB292F

Tints of Mahogany #CB292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 69.76%
G = 14.09%
B = 16.15%

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

#CB292F (or 0xCB292F) is known color: Mahogany. HEX triplet: CB, 29 and 2F. RGB value is (203,41,47). Sum of RGB (Red+Green+Blue) = 203+41+47=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB292F is #34D6D0. Grayscale: #5A5A5A. Windows color (decimal): -3462865 or 3090891. OLE color: 3090891.

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

Color convert

RGB 203 41 47 -
CMYK 0 0.80 0.77 0.20
HSL 357.78º 0.66% 0.48% -
HSV(B) 357.78º 0.8% 0.8% -
XYZ 25.93 14.49 4.12 -
YUV 90.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 203 41 47 0 0.80 0.77 0.20 357.78 0.66 0.48
Hex CB 29 2F 0 50 4D 14 166 42 30
Octal 313 51 57 0 120 115 24 546 102 60
Binary 11001011 101001 101111 0 1010000 1001101 10100 101100110 1000010 110000

Color Harmonies of #CB292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB292F

Black with #CB292F

Text Example


Text Example

White with #CB292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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