Html Css Color HEX #CB4A3C Grenadier

📋 copy color: '#CB4A3C'

red 203 ◦ green 74 ◦ blue 60

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

Shades of Grenadier #CB4A3C

Tints of Grenadier #CB4A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.96%

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 60.24%
G = 21.96%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB4A3C (or 0xCB4A3C) is known color: Grenadier. HEX triplet: CB, 4A and 3C. RGB value is (203,74,60). Sum of RGB (Red+Green+Blue) = 203+74+60=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4A3C is #34B5C3. Grayscale: #6F6F6F. Windows color (decimal): -3454404 or 3951307. OLE color: 3951307.

HSL color Cylindrical-coordinate representation of color #CB4A3C: hue angle of 5.87º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB4A3C is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 74 60 -
CMYK 0 0.64 0.70 0.20
HSL 5.87º 0.58% 0.52% -
HSV(B) 5.87º 0.7% 0.8% -
XYZ 27.89 17.92 6.26 -
YUV 110.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 203 74 60 0 0.64 0.70 0.20 5.87 0.58 0.52
Hex CB 4A 3C 0 40 46 14 6 3A 34
Octal 313 112 74 0 100 106 24 6 72 64
Binary 11001011 1001010 111100 0 1000000 1000110 10100 110 111010 110100

Color Harmonies of #CB4A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A3C

Black with #CB4A3C

Text Example


Text Example

White with #CB4A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A3C; }

 p { color: rgb(203,74,60); }

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

background-color css

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

 a { background-color: rgb(203,74,60); }

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

border-color css

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

 span { border-color: rgb(203,74,60); }

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