Html Css Color HEX #CB2C32 Mahogany

📋 copy color: '#CB2C32'

red 203 ◦ green 44 ◦ blue 50

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

Shades of Mahogany #CB2C32

Tints of Mahogany #CB2C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.81%

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 68.35%
G = 14.81%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB2C32 (or 0xCB2C32) is known color: Mahogany. HEX triplet: CB, 2C and 32. RGB value is (203,44,50). Sum of RGB (Red+Green+Blue) = 203+44+50=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C32 is #34D3CD. Grayscale: #5C5C5C. Windows color (decimal): -3462094 or 3288267. OLE color: 3288267.

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

Color convert

RGB 203 44 50 -
CMYK 0 0.78 0.75 0.20
HSL 357.74º 0.64% 0.48% -
HSV(B) 357.74º 0.78% 0.8% -
XYZ 26.11 14.73 4.48 -
YUV 92.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 203 44 50 0 0.78 0.75 0.20 357.74 0.64 0.48
Hex CB 2C 32 0 4E 4B 14 166 40 30
Octal 313 54 62 0 116 113 24 546 100 60
Binary 11001011 101100 110010 0 1001110 1001011 10100 101100110 1000000 110000

Color Harmonies of #CB2C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2C32

Black with #CB2C32

Text Example


Text Example

White with #CB2C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2C32; }

 p { color: rgb(203,44,50); }

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

background-color css

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

 a { background-color: rgb(203,44,50); }

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

border-color css

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

 span { border-color: rgb(203,44,50); }

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