Html Css Color HEX #C44B34 Grenadier

📋 copy color: '#C44B34'

red 196 ◦ green 75 ◦ blue 52

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

Shades of Grenadier #C44B34

Tints of Grenadier #C44B34

RGB

 RED value IS 196 (76.95% from 255) = 60.68%

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

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

R = 60.68%
G = 23.22%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C44B34 (or 0xC44B34) is known color: Grenadier. HEX triplet: C4, 4B and 34. RGB value is (196,75,52). Sum of RGB (Red+Green+Blue) = 196+75+52=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44B34 is #3BB4CB. Grayscale: #6C6C6C. Windows color (decimal): -3912908 or 3427268. OLE color: 3427268.

HSL color Cylindrical-coordinate representation of color #C44B34: hue angle of 9.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C44B34 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 75 52 -
CMYK 0 0.62 0.73 0.23
HSL 9.58º 0.58% 0.49% -
HSV(B) 9.58º 0.73% 0.77% -
XYZ 25.9 17.02 5.17 -
YUV 108.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 196 75 52 0 0.62 0.73 0.23 9.58 0.58 0.49
Hex C4 4B 34 0 3E 49 17 A 3A 31
Octal 304 113 64 0 76 111 27 12 72 61
Binary 11000100 1001011 110100 0 111110 1001001 10111 1010 111010 110001

Color Harmonies of #C44B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44B34

Black with #C44B34

Text Example


Text Example

White with #C44B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44B34; }

 p { color: rgb(196,75,52); }

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

background-color css

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

 a { background-color: rgb(196,75,52); }

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

border-color css

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

 span { border-color: rgb(196,75,52); }

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