Html Css Color HEX #C04133 Grenadier

📋 copy color: '#C04133'

red 192 ◦ green 65 ◦ blue 51

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

Shades of Grenadier #C04133

Tints of Grenadier #C04133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.1%

 BLUE value IS 51 (20.31% from 255) = 16.56%

R = 62.34%
G = 21.1%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C04133 (or 0xC04133) is known color: Grenadier. HEX triplet: C0, 41 and 33. RGB value is (192,65,51). Sum of RGB (Red+Green+Blue) = 192+65+51=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C04133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04133 is #3FBECC. Grayscale: #656565. Windows color (decimal): -4177613 or 3359168. OLE color: 3359168.

HSL color Cylindrical-coordinate representation of color #C04133: hue angle of 5.96º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C04133 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 51 -
CMYK 0 0.66 0.73 0.25
HSL 5.96º 0.58% 0.48% -
HSV(B) 5.96º 0.73% 0.75% -
XYZ 24.23 15.23 4.79 -
YUV 101.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 192 65 51 0 0.66 0.73 0.25 5.96 0.58 0.48
Hex C0 41 33 0 42 49 19 6 3A 30
Octal 300 101 63 0 102 111 31 6 72 60
Binary 11000000 1000001 110011 0 1000010 1001001 11001 110 111010 110000

Color Harmonies of #C04133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04133

Black with #C04133

Text Example


Text Example

White with #C04133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04133; }

 p { color: rgb(192,65,51); }

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

background-color css

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

 a { background-color: rgb(192,65,51); }

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

border-color css

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

 span { border-color: rgb(192,65,51); }

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