Html Css Color HEX #C04533 Grenadier

📋 copy color: '#C04533'

red 192 ◦ green 69 ◦ blue 51

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

Shades of Grenadier #C04533

Tints of Grenadier #C04533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

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

R = 61.54%
G = 22.12%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C04533 (or 0xC04533) is known color: Grenadier. HEX triplet: C0, 45 and 33. RGB value is (192,69,51). Sum of RGB (Red+Green+Blue) = 192+69+51=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C04533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04533 is #3FBACC. Grayscale: #676767. Windows color (decimal): -4176589 or 3360192. OLE color: 3360192.

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

Color convert

RGB 192 69 51 -
CMYK 0 0.64 0.73 0.25
HSL 7.66º 0.58% 0.48% -
HSV(B) 7.66º 0.73% 0.75% -
XYZ 24.46 15.7 4.87 -
YUV 103.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 192 69 51 0 0.64 0.73 0.25 7.66 0.58 0.48
Hex C0 45 33 0 40 49 19 8 3A 30
Octal 300 105 63 0 100 111 31 10 72 60
Binary 11000000 1000101 110011 0 1000000 1001001 11001 1000 111010 110000

Color Harmonies of #C04533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04533

Black with #C04533

Text Example


Text Example

White with #C04533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04533; }

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

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

background-color css

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

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

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

border-color css

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

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

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