Html Css Color HEX #C34332 Grenadier

📋 copy color: '#C34332'

red 195 ◦ green 67 ◦ blue 50

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

Shades of Grenadier #C34332

Tints of Grenadier #C34332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 62.5%
G = 21.47%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C34332 (or 0xC34332) is known color: Grenadier. HEX triplet: C3, 43 and 32. RGB value is (195,67,50). Sum of RGB (Red+Green+Blue) = 195+67+50=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C34332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34332 is #3CBCCD. Grayscale: #676767. Windows color (decimal): -3980494 or 3294147. OLE color: 3294147.

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

Color convert

RGB 195 67 50 -
CMYK 0 0.66 0.74 0.24
HSL 7.03º 0.59% 0.48% -
HSV(B) 7.03º 0.74% 0.76% -
XYZ 25.09 15.85 4.75 -
YUV 103.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 195 67 50 0 0.66 0.74 0.24 7.03 0.59 0.48
Hex C3 43 32 0 42 4A 18 7 3B 30
Octal 303 103 62 0 102 112 30 7 73 60
Binary 11000011 1000011 110010 0 1000010 1001010 11000 111 111011 110000

Color Harmonies of #C34332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34332

Black with #C34332

Text Example


Text Example

White with #C34332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34332; }

 p { color: rgb(195,67,50); }

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

background-color css

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

 a { background-color: rgb(195,67,50); }

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

border-color css

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

 span { border-color: rgb(195,67,50); }

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