Html Css Color HEX #C3412B Grenadier

📋 copy color: '#C3412B'

red 195 ◦ green 65 ◦ blue 43

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

Shades of Grenadier #C3412B

Tints of Grenadier #C3412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

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

R = 64.36%
G = 21.45%
B = 14.19%

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

#C3412B (or 0xC3412B) is known color: Grenadier. HEX triplet: C3, 41 and 2B. RGB value is (195,65,43). Sum of RGB (Red+Green+Blue) = 195+65+43=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C3412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3412B is #3CBED4. Grayscale: #656565. Windows color (decimal): -3981013 or 2834883. OLE color: 2834883.

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

Color convert

RGB 195 65 43 -
CMYK 0 0.67 0.78 0.24
HSL 8.68º 0.64% 0.47% -
HSV(B) 8.68º 0.78% 0.76% -
XYZ 24.83 15.56 3.98 -
YUV 101.36 95.07 194.79 -
System Red Green Blue C M Y K H S L
Decimal 195 65 43 0 0.67 0.78 0.24 8.68 0.64 0.47
Hex C3 41 2B 0 43 4E 18 9 40 2F
Octal 303 101 53 0 103 116 30 11 100 57
Binary 11000011 1000001 101011 0 1000011 1001110 11000 1001 1000000 101111

Color Harmonies of #C3412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3412B

Black with #C3412B

Text Example


Text Example

White with #C3412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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