Html Css Color HEX #C3402E Grenadier

📋 copy color: '#C3402E'

red 195 ◦ green 64 ◦ blue 46

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

Shades of Grenadier #C3402E

Tints of Grenadier #C3402E

RGB

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

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

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

R = 63.93%
G = 20.98%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3402E (or 0xC3402E) is known color: Grenadier. HEX triplet: C3, 40 and 2E. RGB value is (195,64,46). Sum of RGB (Red+Green+Blue) = 195+64+46=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3402E is #3CBFD1. Grayscale: #656565. Windows color (decimal): -3981266 or 3031235. OLE color: 3031235.

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

Color convert

RGB 195 64 46 -
CMYK 0 0.67 0.76 0.24
HSL 7.25º 0.62% 0.47% -
HSV(B) 7.25º 0.76% 0.76% -
XYZ 24.83 15.47 4.26 -
YUV 101.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 195 64 46 0 0.67 0.76 0.24 7.25 0.62 0.47
Hex C3 40 2E 0 43 4C 18 7 3E 2F
Octal 303 100 56 0 103 114 30 7 76 57
Binary 11000011 1000000 101110 0 1000011 1001100 11000 111 111110 101111

Color Harmonies of #C3402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3402E

Black with #C3402E

Text Example


Text Example

White with #C3402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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