Html Css Color HEX #CB4334 Grenadier

📋 copy color: '#CB4334'

red 203 ◦ green 67 ◦ blue 52

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

Shades of Grenadier #CB4334

Tints of Grenadier #CB4334

RGB

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

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

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

R = 63.04%
G = 20.81%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB4334 (or 0xCB4334) is known color: Grenadier. HEX triplet: CB, 43 and 34. RGB value is (203,67,52). Sum of RGB (Red+Green+Blue) = 203+67+52=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4334 is #34BCCB. Grayscale: #6A6A6A. Windows color (decimal): -3456204 or 3425227. OLE color: 3425227.

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

Color convert

RGB 203 67 52 -
CMYK 0 0.67 0.74 0.20
HSL 5.96º 0.59% 0.5% -
HSV(B) 5.96º 0.74% 0.8% -
XYZ 27.26 16.96 5.09 -
YUV 105.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 203 67 52 0 0.67 0.74 0.20 5.96 0.59 0.5
Hex CB 43 34 0 43 4A 14 6 3B 32
Octal 313 103 64 0 103 112 24 6 73 62
Binary 11001011 1000011 110100 0 1000011 1001010 10100 110 111011 110010

Color Harmonies of #CB4334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4334

Black with #CB4334

Text Example


Text Example

White with #CB4334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4334; }

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

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

background-color css

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

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

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

border-color css

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

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

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