Html Css Color HEX #C04D16 Rust

📋 copy color: '#C04D16'

red 192 ◦ green 77 ◦ blue 22

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

Shades of Rust #C04D16

Tints of Rust #C04D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.46%

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

R = 65.98%
G = 26.46%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C04D16 (or 0xC04D16) is known color: Rust. HEX triplet: C0, 4D and 16. RGB value is (192,77,22). Sum of RGB (Red+Green+Blue) = 192+77+22=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04D16 is #3FB2E9. Grayscale: #696969. Windows color (decimal): -4174570 or 1461696. OLE color: 1461696.

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

Color convert

RGB 192 77 22 -
CMYK 0 0.60 0.89 0.25
HSL 19.41º 0.79% 0.42% -
HSV(B) 19.41º 0.89% 0.75% -
XYZ 24.54 16.57 2.66 -
YUV 105.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 192 77 22 0 0.60 0.89 0.25 19.41 0.79 0.42
Hex C0 4D 16 0 3C 59 19 13 4F 2A
Octal 300 115 26 0 74 131 31 23 117 52
Binary 11000000 1001101 10110 0 111100 1011001 11001 10011 1001111 101010

Color Harmonies of #C04D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D16

Black with #C04D16

Text Example


Text Example

White with #C04D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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