Html Css Color HEX #C44B3F Grenadier

📋 copy color: '#C44B3F'

red 196 ◦ green 75 ◦ blue 63

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

Shades of Grenadier #C44B3F

Tints of Grenadier #C44B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.86%

R = 58.68%
G = 22.46%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C44B3F (or 0xC44B3F) is known color: Grenadier. HEX triplet: C4, 4B and 3F. RGB value is (196,75,63). Sum of RGB (Red+Green+Blue) = 196+75+63=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44B3F is #3BB4C0. Grayscale: #6D6D6D. Windows color (decimal): -3912897 or 4148164. OLE color: 4148164.

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

Color convert

RGB 196 75 63 -
CMYK 0 0.62 0.68 0.23
HSL 5.41º 0.53% 0.51% -
HSV(B) 5.41º 0.68% 0.77% -
XYZ 26.18 17.13 6.63 -
YUV 109.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 196 75 63 0 0.62 0.68 0.23 5.41 0.53 0.51
Hex C4 4B 3F 0 3E 44 17 5 35 33
Octal 304 113 77 0 76 104 27 5 65 63
Binary 11000100 1001011 111111 0 111110 1000100 10111 101 110101 110011

Color Harmonies of #C44B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44B3F

Black with #C44B3F

Text Example


Text Example

White with #C44B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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