Html Css Color HEX #CB4B40 Grenadier

📋 copy color: '#CB4B40'

red 203 ◦ green 75 ◦ blue 64

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

Shades of Grenadier #CB4B40

Tints of Grenadier #CB4B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.93%

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 59.36%
G = 21.93%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB4B40 (or 0xCB4B40) is known color: Grenadier. HEX triplet: CB, 4B and 40. RGB value is (203,75,64). Sum of RGB (Red+Green+Blue) = 203+75+64=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4B40 is #34B4BF. Grayscale: #707070. Windows color (decimal): -3454144 or 4213707. OLE color: 4213707.

HSL color Cylindrical-coordinate representation of color #CB4B40: hue angle of 4.75º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4B40 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 75 64 -
CMYK 0 0.63 0.68 0.20
HSL 4.75º 0.57% 0.52% -
HSV(B) 4.75º 0.68% 0.8% -
XYZ 28.07 18.1 6.86 -
YUV 112.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 203 75 64 0 0.63 0.68 0.20 4.75 0.57 0.52
Hex CB 4B 40 0 3F 44 14 5 39 34
Octal 313 113 100 0 77 104 24 5 71 64
Binary 11001011 1001011 1000000 0 111111 1000100 10100 101 111001 110100

Color Harmonies of #CB4B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4B40

Black with #CB4B40

Text Example


Text Example

White with #CB4B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4B40; }

 p { color: rgb(203,75,64); }

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

background-color css

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

 a { background-color: rgb(203,75,64); }

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

border-color css

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

 span { border-color: rgb(203,75,64); }

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