Html Css Color HEX #CB4839 Grenadier

📋 copy color: '#CB4839'

red 203 ◦ green 72 ◦ blue 57

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

Shades of Grenadier #CB4839

Tints of Grenadier #CB4839

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.69%

 BLUE value IS 57 (22.66% from 255) = 17.17%

R = 61.14%
G = 21.69%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB4839 (or 0xCB4839) is known color: Grenadier. HEX triplet: CB, 48 and 39. RGB value is (203,72,57). Sum of RGB (Red+Green+Blue) = 203+72+57=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4839 is #34B7C6. Grayscale: #6D6D6D. Windows color (decimal): -3454919 or 3754187. OLE color: 3754187.

HSL color Cylindrical-coordinate representation of color #CB4839: hue angle of 6.16º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB4839 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 72 57 -
CMYK 0 0.65 0.72 0.20
HSL 6.16º 0.58% 0.51% -
HSV(B) 6.16º 0.72% 0.8% -
XYZ 27.68 17.63 5.81 -
YUV 109.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 203 72 57 0 0.65 0.72 0.20 6.16 0.58 0.51
Hex CB 48 39 0 41 48 14 6 3A 33
Octal 313 110 71 0 101 110 24 6 72 63
Binary 11001011 1001000 111001 0 1000001 1001000 10100 110 111010 110011

Color Harmonies of #CB4839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4839

Black with #CB4839

Text Example


Text Example

White with #CB4839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4839; }

 p { color: rgb(203,72,57); }

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

background-color css

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

 a { background-color: rgb(203,72,57); }

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

border-color css

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

 span { border-color: rgb(203,72,57); }

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