Html Css Color HEX #CB4838 Grenadier

📋 copy color: '#CB4838'

red 203 ◦ green 72 ◦ blue 56

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

Shades of Grenadier #CB4838

Tints of Grenadier #CB4838

RGB

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

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

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

R = 61.33%
G = 21.75%
B = 16.92%

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

#CB4838 (or 0xCB4838) is known color: Grenadier. HEX triplet: CB, 48 and 38. RGB value is (203,72,56). Sum of RGB (Red+Green+Blue) = 203+72+56=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4838 is #34B7C7. Grayscale: #6D6D6D. Windows color (decimal): -3454920 or 3688651. OLE color: 3688651.

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

Color convert

RGB 203 72 56 -
CMYK 0 0.65 0.72 0.20
HSL 6.53º 0.59% 0.51% -
HSV(B) 6.53º 0.72% 0.8% -
XYZ 27.66 17.62 5.68 -
YUV 109.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 203 72 56 0 0.65 0.72 0.20 6.53 0.59 0.51
Hex CB 48 38 0 41 48 14 7 3B 33
Octal 313 110 70 0 101 110 24 7 73 63
Binary 11001011 1001000 111000 0 1000001 1001000 10100 111 111011 110011

Color Harmonies of #CB4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4838

Black with #CB4838

Text Example


Text Example

White with #CB4838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4838; }

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

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

background-color css

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

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

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

border-color css

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

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

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