Html Css Color HEX #C03D2B Grenadier

📋 copy color: '#C03D2B'

red 192 ◦ green 61 ◦ blue 43

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

Shades of Grenadier #C03D2B

Tints of Grenadier #C03D2B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.61%

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

R = 64.86%
G = 20.61%
B = 14.53%

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

#C03D2B (or 0xC03D2B) is known color: Grenadier. HEX triplet: C0, 3D and 2B. RGB value is (192,61,43). Sum of RGB (Red+Green+Blue) = 192+61+43=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D2B is #3FC2D4. Grayscale: #626262. Windows color (decimal): -4178645 or 2833856. OLE color: 2833856.

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

Color convert

RGB 192 61 43 -
CMYK 0 0.68 0.78 0.25
HSL 7.25º 0.63% 0.46% -
HSV(B) 7.25º 0.78% 0.75% -
XYZ 23.84 14.72 3.87 -
YUV 98.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 192 61 43 0 0.68 0.78 0.25 7.25 0.63 0.46
Hex C0 3D 2B 0 44 4E 19 7 3F 2E
Octal 300 75 53 0 104 116 31 7 77 56
Binary 11000000 111101 101011 0 1000100 1001110 11001 111 111111 101110

Color Harmonies of #C03D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D2B

Black with #C03D2B

Text Example


Text Example

White with #C03D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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