Html Css Color HEX #C34630 Grenadier

📋 copy color: '#C34630'

red 195 ◦ green 70 ◦ blue 48

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

Shades of Grenadier #C34630

Tints of Grenadier #C34630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.34%

R = 62.3%
G = 22.36%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C34630 (or 0xC34630) is known color: Grenadier. HEX triplet: C3, 46 and 30. RGB value is (195,70,48). Sum of RGB (Red+Green+Blue) = 195+70+48=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C34630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34630 is #3CB9CF. Grayscale: #696969. Windows color (decimal): -3979728 or 3163843. OLE color: 3163843.

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

Color convert

RGB 195 70 48 -
CMYK 0 0.64 0.75 0.24
HSL 8.98º 0.6% 0.48% -
HSV(B) 8.98º 0.75% 0.76% -
XYZ 25.23 16.2 4.59 -
YUV 104.87 95.91 192.29 -
System Red Green Blue C M Y K H S L
Decimal 195 70 48 0 0.64 0.75 0.24 8.98 0.6 0.48
Hex C3 46 30 0 40 4B 18 9 3C 30
Octal 303 106 60 0 100 113 30 11 74 60
Binary 11000011 1000110 110000 0 1000000 1001011 11000 1001 111100 110000

Color Harmonies of #C34630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34630

Black with #C34630

Text Example


Text Example

White with #C34630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34630; }

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

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

background-color css

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

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

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

border-color css

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

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

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