Html Css Color HEX #C3453E Grenadier

📋 copy color: '#C3453E'

red 195 ◦ green 69 ◦ blue 62

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

Shades of Grenadier #C3453E

Tints of Grenadier #C3453E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 62 (24.61% from 255) = 19.02%

R = 59.82%
G = 21.17%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3453E (or 0xC3453E) is known color: Grenadier. HEX triplet: C3, 45 and 3E. RGB value is (195,69,62). Sum of RGB (Red+Green+Blue) = 195+69+62=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3453E is #3CBAC1. Grayscale: #6A6A6A. Windows color (decimal): -3979970 or 4081091. OLE color: 4081091.

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

Color convert

RGB 195 69 62 -
CMYK 0 0.65 0.68 0.24
HSL 3.16º 0.53% 0.5% -
HSV(B) 3.16º 0.68% 0.76% -
XYZ 25.5 16.21 6.34 -
YUV 105.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 195 69 62 0 0.65 0.68 0.24 3.16 0.53 0.5
Hex C3 45 3E 0 41 44 18 3 35 32
Octal 303 105 76 0 101 104 30 3 65 62
Binary 11000011 1000101 111110 0 1000001 1000100 11000 11 110101 110010

Color Harmonies of #C3453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3453E

Black with #C3453E

Text Example


Text Example

White with #C3453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3453E; }

 p { color: rgb(195,69,62); }

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

background-color css

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

 a { background-color: rgb(195,69,62); }

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

border-color css

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

 span { border-color: rgb(195,69,62); }

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