Html Css Color HEX #C04516 Rust

📋 copy color: '#C04516'

red 192 ◦ green 69 ◦ blue 22

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

Shades of Rust #C04516

Tints of Rust #C04516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 67.84%
G = 24.38%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C04516 (or 0xC04516) is known color: Rust. HEX triplet: C0, 45 and 16. RGB value is (192,69,22). Sum of RGB (Red+Green+Blue) = 192+69+22=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C04516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04516 is #3FBAE9. Grayscale: #646464. Windows color (decimal): -4176618 or 1459648. OLE color: 1459648.

HSL color Cylindrical-coordinate representation of color #C04516: hue angle of 16.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C04516 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 22 -
CMYK 0 0.64 0.89 0.25
HSL 16.59º 0.79% 0.42% -
HSV(B) 16.59º 0.89% 0.75% -
XYZ 24.01 15.52 2.49 -
YUV 100.42 83.75 193.32 -
System Red Green Blue C M Y K H S L
Decimal 192 69 22 0 0.64 0.89 0.25 16.59 0.79 0.42
Hex C0 45 16 0 40 59 19 11 4F 2A
Octal 300 105 26 0 100 131 31 21 117 52
Binary 11000000 1000101 10110 0 1000000 1011001 11001 10001 1001111 101010

Color Harmonies of #C04516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04516

Black with #C04516

Text Example


Text Example

White with #C04516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04516; }

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

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

background-color css

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

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

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

border-color css

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

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

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