Html Css Color HEX #C03E2B Grenadier

📋 copy color: '#C03E2B'

red 192 ◦ green 62 ◦ blue 43

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

Shades of Grenadier #C03E2B

Tints of Grenadier #C03E2B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.88%

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

R = 64.65%
G = 20.88%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C03E2B (or 0xC03E2B) is known color: Grenadier. HEX triplet: C0, 3E and 2B. RGB value is (192,62,43). Sum of RGB (Red+Green+Blue) = 192+62+43=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E2B is #3FC1D4. Grayscale: #626262. Windows color (decimal): -4178389 or 2834112. OLE color: 2834112.

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

Color convert

RGB 192 62 43 -
CMYK 0 0.68 0.78 0.25
HSL 7.65º 0.63% 0.46% -
HSV(B) 7.65º 0.78% 0.75% -
XYZ 23.9 14.83 3.89 -
YUV 98.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 192 62 43 0 0.68 0.78 0.25 7.65 0.63 0.46
Hex C0 3E 2B 0 44 4E 19 8 3F 2E
Octal 300 76 53 0 104 116 31 10 77 56
Binary 11000000 111110 101011 0 1000100 1001110 11001 1000 111111 101110

Color Harmonies of #C03E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E2B

Black with #C03E2B

Text Example


Text Example

White with #C03E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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