Html Css Color HEX #CB4338 Grenadier

📋 copy color: '#CB4338'

red 203 ◦ green 67 ◦ blue 56

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

Shades of Grenadier #CB4338

Tints of Grenadier #CB4338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

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

R = 62.27%
G = 20.55%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB4338 (or 0xCB4338) is known color: Grenadier. HEX triplet: CB, 43 and 38. RGB value is (203,67,56). Sum of RGB (Red+Green+Blue) = 203+67+56=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4338 is #34BCC7. Grayscale: #6A6A6A. Windows color (decimal): -3456200 or 3687371. OLE color: 3687371.

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

Color convert

RGB 203 67 56 -
CMYK 0 0.67 0.72 0.20
HSL 4.49º 0.59% 0.51% -
HSV(B) 4.49º 0.72% 0.8% -
XYZ 27.35 17 5.58 -
YUV 106.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 203 67 56 0 0.67 0.72 0.20 4.49 0.59 0.51
Hex CB 43 38 0 43 48 14 4 3B 33
Octal 313 103 70 0 103 110 24 4 73 63
Binary 11001011 1000011 111000 0 1000011 1001000 10100 100 111011 110011

Color Harmonies of #CB4338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4338

Black with #CB4338

Text Example


Text Example

White with #CB4338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4338; }

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

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

background-color css

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

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

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

border-color css

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

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

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