Html Css Color HEX #C34633 Grenadier

📋 copy color: '#C34633'

red 195 ◦ green 70 ◦ blue 51

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

Shades of Grenadier #C34633

Tints of Grenadier #C34633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 61.71%
G = 22.15%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C34633 (or 0xC34633) is known color: Grenadier. HEX triplet: C3, 46 and 33. RGB value is (195,70,51). Sum of RGB (Red+Green+Blue) = 195+70+51=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C34633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34633 is #3CB9CC. Grayscale: #696969. Windows color (decimal): -3979725 or 3360451. OLE color: 3360451.

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

Color convert

RGB 195 70 51 -
CMYK 0 0.64 0.74 0.24
HSL 7.92º 0.59% 0.48% -
HSV(B) 7.92º 0.74% 0.76% -
XYZ 25.29 16.22 4.93 -
YUV 105.21 97.41 192.04 -
System Red Green Blue C M Y K H S L
Decimal 195 70 51 0 0.64 0.74 0.24 7.92 0.59 0.48
Hex C3 46 33 0 40 4A 18 8 3B 30
Octal 303 106 63 0 100 112 30 10 73 60
Binary 11000011 1000110 110011 0 1000000 1001010 11000 1000 111011 110000

Color Harmonies of #C34633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34633

Black with #C34633

Text Example


Text Example

White with #C34633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34633; }

 p { color: rgb(195,70,51); }

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

background-color css

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

 a { background-color: rgb(195,70,51); }

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

border-color css

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

 span { border-color: rgb(195,70,51); }

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