Html Css Color HEX #C34530 Grenadier

📋 copy color: '#C34530'

red 195 ◦ green 69 ◦ blue 48

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

Shades of Grenadier #C34530

Tints of Grenadier #C34530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

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

R = 62.5%
G = 22.12%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C34530 (or 0xC34530) is known color: Grenadier. HEX triplet: C3, 45 and 30. RGB value is (195,69,48). Sum of RGB (Red+Green+Blue) = 195+69+48=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C34530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34530 is #3CBACF. Grayscale: #686868. Windows color (decimal): -3979984 or 3163587. OLE color: 3163587.

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

Color convert

RGB 195 69 48 -
CMYK 0 0.65 0.75 0.24
HSL 8.57º 0.6% 0.48% -
HSV(B) 8.57º 0.75% 0.76% -
XYZ 25.17 16.07 4.57 -
YUV 104.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 195 69 48 0 0.65 0.75 0.24 8.57 0.6 0.48
Hex C3 45 30 0 41 4B 18 9 3C 30
Octal 303 105 60 0 101 113 30 11 74 60
Binary 11000011 1000101 110000 0 1000001 1001011 11000 1001 111100 110000

Color Harmonies of #C34530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34530

Black with #C34530

Text Example


Text Example

White with #C34530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34530; }

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

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

background-color css

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

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

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

border-color css

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

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

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