Html Css Color HEX #C04816 Rust

📋 copy color: '#C04816'

red 192 ◦ green 72 ◦ blue 22

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

Shades of Rust #C04816

Tints of Rust #C04816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.17%

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

R = 67.13%
G = 25.17%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C04816 (or 0xC04816) is known color: Rust. HEX triplet: C0, 48 and 16. RGB value is (192,72,22). Sum of RGB (Red+Green+Blue) = 192+72+22=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C04816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04816 is #3FB7E9. Grayscale: #666666. Windows color (decimal): -4175850 or 1460416. OLE color: 1460416.

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

Color convert

RGB 192 72 22 -
CMYK 0 0.63 0.89 0.25
HSL 17.65º 0.79% 0.42% -
HSV(B) 17.65º 0.89% 0.75% -
XYZ 24.2 15.9 2.55 -
YUV 102.18 82.76 192.07 -
System Red Green Blue C M Y K H S L
Decimal 192 72 22 0 0.63 0.89 0.25 17.65 0.79 0.42
Hex C0 48 16 0 3F 59 19 12 4F 2A
Octal 300 110 26 0 77 131 31 22 117 52
Binary 11000000 1001000 10110 0 111111 1011001 11001 10010 1001111 101010

Color Harmonies of #C04816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04816

Black with #C04816

Text Example


Text Example

White with #C04816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04816; }

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

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

background-color css

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

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

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

border-color css

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

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

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