Html Css Color HEX #C03F32 Grenadier

📋 copy color: '#C03F32'

red 192 ◦ green 63 ◦ blue 50

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

Shades of Grenadier #C03F32

Tints of Grenadier #C03F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 62.95%
G = 20.66%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C03F32 (or 0xC03F32) is known color: Grenadier. HEX triplet: C0, 3F and 32. RGB value is (192,63,50). Sum of RGB (Red+Green+Blue) = 192+63+50=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F32 is #3FC0CD. Grayscale: #646464. Windows color (decimal): -4178126 or 3293120. OLE color: 3293120.

HSL color Cylindrical-coordinate representation of color #C03F32: hue angle of 5.49º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03F32 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 63 50 -
CMYK 0 0.67 0.74 0.25
HSL 5.49º 0.59% 0.47% -
HSV(B) 5.49º 0.74% 0.75% -
XYZ 24.09 14.99 4.64 -
YUV 100.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 192 63 50 0 0.67 0.74 0.25 5.49 0.59 0.47
Hex C0 3F 32 0 43 4A 19 5 3B 2F
Octal 300 77 62 0 103 112 31 5 73 57
Binary 11000000 111111 110010 0 1000011 1001010 11001 101 111011 101111

Color Harmonies of #C03F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F32

Black with #C03F32

Text Example


Text Example

White with #C03F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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