Html Css Color HEX #C34032 Grenadier

📋 copy color: '#C34032'

red 195 ◦ green 64 ◦ blue 50

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

Shades of Grenadier #C34032

Tints of Grenadier #C34032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.71%

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

R = 63.11%
G = 20.71%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C34032 (or 0xC34032) is known color: Grenadier. HEX triplet: C3, 40 and 32. RGB value is (195,64,50). Sum of RGB (Red+Green+Blue) = 195+64+50=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C34032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34032 is #3CBFCD. Grayscale: #656565. Windows color (decimal): -3981262 or 3293379. OLE color: 3293379.

HSL color Cylindrical-coordinate representation of color #C34032: hue angle of 5.79º 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 #C34032 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 50 -
CMYK 0 0.67 0.74 0.24
HSL 5.79º 0.59% 0.48% -
HSV(B) 5.79º 0.74% 0.76% -
XYZ 24.91 15.5 4.7 -
YUV 101.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 195 64 50 0 0.67 0.74 0.24 5.79 0.59 0.48
Hex C3 40 32 0 43 4A 18 6 3B 30
Octal 303 100 62 0 103 112 30 6 73 60
Binary 11000011 1000000 110010 0 1000011 1001010 11000 110 111011 110000

Color Harmonies of #C34032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34032

Black with #C34032

Text Example


Text Example

White with #C34032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34032; }

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

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

background-color css

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

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

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

border-color css

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

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

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