Html Css Color HEX #C3402B Grenadier

📋 copy color: '#C3402B'

red 195 ◦ green 64 ◦ blue 43

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

Shades of Grenadier #C3402B

Tints of Grenadier #C3402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 64.57%
G = 21.19%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3402B (or 0xC3402B) is known color: Grenadier. HEX triplet: C3, 40 and 2B. RGB value is (195,64,43). Sum of RGB (Red+Green+Blue) = 195+64+43=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C3402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3402B is #3CBFD4. Grayscale: #646464. Windows color (decimal): -3981269 or 2834627. OLE color: 2834627.

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

Color convert

RGB 195 64 43 -
CMYK 0 0.67 0.78 0.24
HSL 8.29º 0.64% 0.47% -
HSV(B) 8.29º 0.78% 0.76% -
XYZ 24.78 15.44 3.96 -
YUV 100.78 95.4 195.21 -
System Red Green Blue C M Y K H S L
Decimal 195 64 43 0 0.67 0.78 0.24 8.29 0.64 0.47
Hex C3 40 2B 0 43 4E 18 8 40 2F
Octal 303 100 53 0 103 116 30 10 100 57
Binary 11000011 1000000 101011 0 1000011 1001110 11000 1000 1000000 101111

Color Harmonies of #C3402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3402B

Black with #C3402B

Text Example


Text Example

White with #C3402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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