Html Css Color HEX #C0422B Grenadier

📋 copy color: '#C0422B'

red 192 ◦ green 66 ◦ blue 43

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

Shades of Grenadier #C0422B

Tints of Grenadier #C0422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 63.79%
G = 21.93%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0422B (or 0xC0422B) is known color: Grenadier. HEX triplet: C0, 42 and 2B. RGB value is (192,66,43). Sum of RGB (Red+Green+Blue) = 192+66+43=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0422B is #3FBDD4. Grayscale: #656565. Windows color (decimal): -4177365 or 2835136. OLE color: 2835136.

HSL color Cylindrical-coordinate representation of color #C0422B: hue angle of 9.26º 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 #C0422B is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 43 -
CMYK 0 0.66 0.78 0.25
HSL 9.26º 0.63% 0.46% -
HSV(B) 9.26º 0.78% 0.75% -
XYZ 24.12 15.28 3.96 -
YUV 101.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 192 66 43 0 0.66 0.78 0.25 9.26 0.63 0.46
Hex C0 42 2B 0 42 4E 19 9 3F 2E
Octal 300 102 53 0 102 116 31 11 77 56
Binary 11000000 1000010 101011 0 1000010 1001110 11001 1001 111111 101110

Color Harmonies of #C0422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0422B

Black with #C0422B

Text Example


Text Example

White with #C0422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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