Html Css Color HEX #C3432E Grenadier

📋 copy color: '#C3432E'

red 195 ◦ green 67 ◦ blue 46

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

Shades of Grenadier #C3432E

Tints of Grenadier #C3432E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

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

R = 63.31%
G = 21.75%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3432E (or 0xC3432E) is known color: Grenadier. HEX triplet: C3, 43 and 2E. RGB value is (195,67,46). Sum of RGB (Red+Green+Blue) = 195+67+46=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3432E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3432E is #3CBCD1. Grayscale: #676767. Windows color (decimal): -3980498 or 3032003. OLE color: 3032003.

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

Color convert

RGB 195 67 46 -
CMYK 0 0.66 0.76 0.24
HSL 8.46º 0.62% 0.47% -
HSV(B) 8.46º 0.76% 0.76% -
XYZ 25.01 15.81 4.32 -
YUV 102.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 195 67 46 0 0.66 0.76 0.24 8.46 0.62 0.47
Hex C3 43 2E 0 42 4C 18 8 3E 2F
Octal 303 103 56 0 102 114 30 10 76 57
Binary 11000011 1000011 101110 0 1000010 1001100 11000 1000 111110 101111

Color Harmonies of #C3432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3432E

Black with #C3432E

Text Example


Text Example

White with #C3432E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3432E; }

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

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

background-color css

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

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

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

border-color css

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

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

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