Html Css Color HEX #C3452E Grenadier

📋 copy color: '#C3452E'

red 195 ◦ green 69 ◦ blue 46

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

Shades of Grenadier #C3452E

Tints of Grenadier #C3452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 62.9%
G = 22.26%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3452E (or 0xC3452E) is known color: Grenadier. HEX triplet: C3, 45 and 2E. RGB value is (195,69,46). Sum of RGB (Red+Green+Blue) = 195+69+46=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3452E is #3CBAD1. Grayscale: #686868. Windows color (decimal): -3979986 or 3032515. OLE color: 3032515.

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

Color convert

RGB 195 69 46 -
CMYK 0 0.65 0.76 0.24
HSL 9.26º 0.62% 0.47% -
HSV(B) 9.26º 0.76% 0.76% -
XYZ 25.13 16.06 4.36 -
YUV 104.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 195 69 46 0 0.65 0.76 0.24 9.26 0.62 0.47
Hex C3 45 2E 0 41 4C 18 9 3E 2F
Octal 303 105 56 0 101 114 30 11 76 57
Binary 11000011 1000101 101110 0 1000001 1001100 11000 1001 111110 101111

Color Harmonies of #C3452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3452E

Black with #C3452E

Text Example


Text Example

White with #C3452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3452E; }

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

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

background-color css

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

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

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

border-color css

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

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

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