Html Css Color HEX #CB4938 Grenadier

📋 copy color: '#CB4938'

red 203 ◦ green 73 ◦ blue 56

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

Shades of Grenadier #CB4938

Tints of Grenadier #CB4938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

 BLUE value IS 56 (22.27% from 255) = 16.87%

R = 61.14%
G = 21.99%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB4938 (or 0xCB4938) is known color: Grenadier. HEX triplet: CB, 49 and 38. RGB value is (203,73,56). Sum of RGB (Red+Green+Blue) = 203+73+56=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4938 is #34B6C7. Grayscale: #6E6E6E. Windows color (decimal): -3454664 or 3688907. OLE color: 3688907.

HSL color Cylindrical-coordinate representation of color #CB4938: hue angle of 6.94º degrees, saturation: 0.59, 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 #CB4938 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 73 56 -
CMYK 0 0.64 0.72 0.20
HSL 6.94º 0.59% 0.51% -
HSV(B) 6.94º 0.72% 0.8% -
XYZ 27.72 17.75 5.71 -
YUV 109.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 203 73 56 0 0.64 0.72 0.20 6.94 0.59 0.51
Hex CB 49 38 0 40 48 14 7 3B 33
Octal 313 111 70 0 100 110 24 7 73 63
Binary 11001011 1001001 111000 0 1000000 1001000 10100 111 111011 110011

Color Harmonies of #CB4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4938

Black with #CB4938

Text Example


Text Example

White with #CB4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4938; }

 p { color: rgb(203,73,56); }

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

background-color css

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

 a { background-color: rgb(203,73,56); }

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

border-color css

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

 span { border-color: rgb(203,73,56); }

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