Html Css Color HEX #C34A3F Grenadier

📋 copy color: '#C34A3F'

red 195 ◦ green 74 ◦ blue 63

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

Shades of Grenadier #C34A3F

Tints of Grenadier #C34A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

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

R = 58.73%
G = 22.29%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C34A3F (or 0xC34A3F) is known color: Grenadier. HEX triplet: C3, 4A and 3F. RGB value is (195,74,63). Sum of RGB (Red+Green+Blue) = 195+74+63=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34A3F is #3CB5C0. Grayscale: #6D6D6D. Windows color (decimal): -3978689 or 4147907. OLE color: 4147907.

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

Color convert

RGB 195 74 63 -
CMYK 0 0.62 0.68 0.24
HSL 0.52% 0.51% -
HSV(B) 0.68% 0.76% -
XYZ 25.85 16.86 6.59 -
YUV 108.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 195 74 63 0 0.62 0.68 0.24 5 0.52 0.51
Hex C3 4A 3F 0 3E 44 18 5 34 33
Octal 303 112 77 0 76 104 30 5 64 63
Binary 11000011 1001010 111111 0 111110 1000100 11000 101 110100 110011

Color Harmonies of #C34A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A3F

Black with #C34A3F

Text Example


Text Example

White with #C34A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A3F; }

 p { color: rgb(195,74,63); }

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

background-color css

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

 a { background-color: rgb(195,74,63); }

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

border-color css

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

 span { border-color: rgb(195,74,63); }

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