Html Css Color HEX #C0423B Grenadier

📋 copy color: '#C0423B'

red 192 ◦ green 66 ◦ blue 59

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

Shades of Grenadier #C0423B

Tints of Grenadier #C0423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 60.57%
G = 20.82%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0423B (or 0xC0423B) is known color: Grenadier. HEX triplet: C0, 42 and 3B. RGB value is (192,66,59). Sum of RGB (Red+Green+Blue) = 192+66+59=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0423B is #3FBDC4. Grayscale: #676767. Windows color (decimal): -4177349 or 3883712. OLE color: 3883712.

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

Color convert

RGB 192 66 59 -
CMYK 0 0.66 0.69 0.25
HSL 3.16º 0.53% 0.49% -
HSV(B) 3.16º 0.69% 0.75% -
XYZ 24.48 15.42 5.82 -
YUV 102.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 192 66 59 0 0.66 0.69 0.25 3.16 0.53 0.49
Hex C0 42 3B 0 42 45 19 3 35 31
Octal 300 102 73 0 102 105 31 3 65 61
Binary 11000000 1000010 111011 0 1000010 1000101 11001 11 110101 110001

Color Harmonies of #C0423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0423B

Black with #C0423B

Text Example


Text Example

White with #C0423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0423B; }

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

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

background-color css

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

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

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

border-color css

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

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

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