Html Css Color HEX #C03F2B Grenadier

📋 copy color: '#C03F2B'

red 192 ◦ green 63 ◦ blue 43

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

Shades of Grenadier #C03F2B

Tints of Grenadier #C03F2B

RGB

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

 GREEN value IS 63 (25% from 255) = 21.14%

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

R = 64.43%
G = 21.14%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C03F2B (or 0xC03F2B) is known color: Grenadier. HEX triplet: C0, 3F and 2B. RGB value is (192,63,43). Sum of RGB (Red+Green+Blue) = 192+63+43=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F2B is #3FC0D4. Grayscale: #636363. Windows color (decimal): -4178133 or 2834368. OLE color: 2834368.

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

Color convert

RGB 192 63 43 -
CMYK 0 0.67 0.78 0.25
HSL 8.05º 0.63% 0.46% -
HSV(B) 8.05º 0.78% 0.75% -
XYZ 23.95 14.94 3.91 -
YUV 99.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 192 63 43 0 0.67 0.78 0.25 8.05 0.63 0.46
Hex C0 3F 2B 0 43 4E 19 8 3F 2E
Octal 300 77 53 0 103 116 31 10 77 56
Binary 11000000 111111 101011 0 1000011 1001110 11001 1000 111111 101110

Color Harmonies of #C03F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F2B

Black with #C03F2B

Text Example


Text Example

White with #C03F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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