Html Css Color HEX #C0442B Grenadier

📋 copy color: '#C0442B'

red 192 ◦ green 68 ◦ blue 43

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

Shades of Grenadier #C0442B

Tints of Grenadier #C0442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 63.37%
G = 22.44%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0442B (or 0xC0442B) is known color: Grenadier. HEX triplet: C0, 44 and 2B. RGB value is (192,68,43). Sum of RGB (Red+Green+Blue) = 192+68+43=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0442B is #3FBBD4. Grayscale: #666666. Windows color (decimal): -4176853 or 2835648. OLE color: 2835648.

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

Color convert

RGB 192 68 43 -
CMYK 0 0.65 0.78 0.25
HSL 10.07º 0.63% 0.46% -
HSV(B) 10.07º 0.78% 0.75% -
XYZ 24.24 15.52 4 -
YUV 102.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 192 68 43 0 0.65 0.78 0.25 10.07 0.63 0.46
Hex C0 44 2B 0 41 4E 19 A 3F 2E
Octal 300 104 53 0 101 116 31 12 77 56
Binary 11000000 1000100 101011 0 1000001 1001110 11001 1010 111111 101110

Color Harmonies of #C0442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0442B

Black with #C0442B

Text Example


Text Example

White with #C0442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0442B; }

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

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

background-color css

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

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

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

border-color css

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

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

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