Html Css Color HEX #CB2C31 Mahogany

📋 copy color: '#CB2C31'

red 203 ◦ green 44 ◦ blue 49

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

Shades of Mahogany #CB2C31

Tints of Mahogany #CB2C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.55%

R = 68.58%
G = 14.86%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB2C31 (or 0xCB2C31) is known color: Mahogany. HEX triplet: CB, 2C and 31. RGB value is (203,44,49). Sum of RGB (Red+Green+Blue) = 203+44+49=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C31 is #34D3CE. Grayscale: #5C5C5C. Windows color (decimal): -3462095 or 3222731. OLE color: 3222731.

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

Color convert

RGB 203 44 49 -
CMYK 0 0.78 0.76 0.20
HSL 358.11º 0.64% 0.48% -
HSV(B) 358.11º 0.78% 0.8% -
XYZ 26.08 14.72 4.37 -
YUV 92.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 203 44 49 0 0.78 0.76 0.20 358.11 0.64 0.48
Hex CB 2C 31 0 4E 4C 14 166 40 30
Octal 313 54 61 0 116 114 24 546 100 60
Binary 11001011 101100 110001 0 1001110 1001100 10100 101100110 1000000 110000

Color Harmonies of #CB2C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2C31

Black with #CB2C31

Text Example


Text Example

White with #CB2C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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