Html Css Color HEX #C3422C Grenadier

📋 copy color: '#C3422C'

red 195 ◦ green 66 ◦ blue 44

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

Shades of Grenadier #C3422C

Tints of Grenadier #C3422C

RGB

 RED value IS 195 (76.56% from 255) = 63.93%

 GREEN value IS 66 (26.17% from 255) = 21.64%

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 63.93%
G = 21.64%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3422C (or 0xC3422C) is known color: Grenadier. HEX triplet: C3, 42 and 2C. RGB value is (195,66,44). Sum of RGB (Red+Green+Blue) = 195+66+44=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3422C is #3CBDD3. Grayscale: #666666. Windows color (decimal): -3980756 or 2900675. OLE color: 2900675.

HSL color Cylindrical-coordinate representation of color #C3422C: hue angle of 8.74º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3422C is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 66 44 -
CMYK 0 0.66 0.77 0.24
HSL 8.74º 0.63% 0.47% -
HSV(B) 8.74º 0.77% 0.76% -
XYZ 24.91 15.68 4.1 -
YUV 102.06 95.24 194.29 -
System Red Green Blue C M Y K H S L
Decimal 195 66 44 0 0.66 0.77 0.24 8.74 0.63 0.47
Hex C3 42 2C 0 42 4D 18 9 3F 2F
Octal 303 102 54 0 102 115 30 11 77 57
Binary 11000011 1000010 101100 0 1000010 1001101 11000 1001 111111 101111

Color Harmonies of #C3422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3422C

Black with #C3422C

Text Example


Text Example

White with #C3422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3422C; }

 p { color: rgb(195,66,44); }

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

background-color css

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

 a { background-color: rgb(195,66,44); }

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

border-color css

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

 span { border-color: rgb(195,66,44); }

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