Html Css Color HEX #C0443E Grenadier

📋 copy color: '#C0443E'

red 192 ◦ green 68 ◦ blue 62

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

Shades of Grenadier #C0443E

Tints of Grenadier #C0443E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 59.63%
G = 21.12%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0443E (or 0xC0443E) is known color: Grenadier. HEX triplet: C0, 44 and 3E. RGB value is (192,68,62). Sum of RGB (Red+Green+Blue) = 192+68+62=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0443E is #3FBBC1. Grayscale: #686868. Windows color (decimal): -4176834 or 4080832. OLE color: 4080832.

HSL color Cylindrical-coordinate representation of color #C0443E: hue angle of 2.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0443E is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 62 -
CMYK 0 0.65 0.68 0.25
HSL 2.77º 0.51% 0.5% -
HSV(B) 2.77º 0.68% 0.75% -
XYZ 24.67 15.69 6.29 -
YUV 104.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 192 68 62 0 0.65 0.68 0.25 2.77 0.51 0.5
Hex C0 44 3E 0 41 44 19 3 33 32
Octal 300 104 76 0 101 104 31 3 63 62
Binary 11000000 1000100 111110 0 1000001 1000100 11001 11 110011 110010

Color Harmonies of #C0443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0443E

Black with #C0443E

Text Example


Text Example

White with #C0443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0443E; }

 p { color: rgb(192,68,62); }

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

background-color css

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

 a { background-color: rgb(192,68,62); }

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

border-color css

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

 span { border-color: rgb(192,68,62); }

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