Html Css Color HEX #C0453C Grenadier

📋 copy color: '#C0453C'

red 192 ◦ green 69 ◦ blue 60

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

Shades of Grenadier #C0453C

Tints of Grenadier #C0453C

RGB

 RED value IS 192 (75.39% from 255) = 59.81%

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 59.81%
G = 21.5%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0453C (or 0xC0453C) is known color: Grenadier. HEX triplet: C0, 45 and 3C. RGB value is (192,69,60). Sum of RGB (Red+Green+Blue) = 192+69+60=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0453C is #3FBAC3. Grayscale: #686868. Windows color (decimal): -4176580 or 3950016. OLE color: 3950016.

HSL color Cylindrical-coordinate representation of color #C0453C: hue angle of 4.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0453C is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 60 -
CMYK 0 0.64 0.69 0.25
HSL 4.09º 0.52% 0.49% -
HSV(B) 4.09º 0.69% 0.75% -
XYZ 24.68 15.79 6.02 -
YUV 104.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 192 69 60 0 0.64 0.69 0.25 4.09 0.52 0.49
Hex C0 45 3C 0 40 45 19 4 34 31
Octal 300 105 74 0 100 105 31 4 64 61
Binary 11000000 1000101 111100 0 1000000 1000101 11001 100 110100 110001

Color Harmonies of #C0453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0453C

Black with #C0453C

Text Example


Text Example

White with #C0453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0453C; }

 p { color: rgb(192,69,60); }

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

background-color css

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

 a { background-color: rgb(192,69,60); }

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

border-color css

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

 span { border-color: rgb(192,69,60); }

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