Html Css Color HEX #CB3034 Mahogany

📋 copy color: '#CB3034'

red 203 ◦ green 48 ◦ blue 52

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

Shades of Mahogany #CB3034

Tints of Mahogany #CB3034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.84%

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 67%
G = 15.84%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB3034 (or 0xCB3034) is known color: Mahogany. HEX triplet: CB, 30 and 34. RGB value is (203,48,52). Sum of RGB (Red+Green+Blue) = 203+48+52=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3034 is #34CFCB. Grayscale: #5E5E5E. Windows color (decimal): -3461068 or 3420363. OLE color: 3420363.

HSL color Cylindrical-coordinate representation of color #CB3034: hue angle of 358.45º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3034 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 48 52 -
CMYK 0 0.76 0.74 0.20
HSL 358.45º 0.62% 0.49% -
HSV(B) 358.45º 0.76% 0.8% -
XYZ 26.31 15.06 4.77 -
YUV 94.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 203 48 52 0 0.76 0.74 0.20 358.45 0.62 0.49
Hex CB 30 34 0 4C 4A 14 166 3E 31
Octal 313 60 64 0 114 112 24 546 76 61
Binary 11001011 110000 110100 0 1001100 1001010 10100 101100110 111110 110001

Color Harmonies of #CB3034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3034

Black with #CB3034

Text Example


Text Example

White with #CB3034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3034; }

 p { color: rgb(203,48,52); }

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

background-color css

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

 a { background-color: rgb(203,48,52); }

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

border-color css

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

 span { border-color: rgb(203,48,52); }

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