Html Css Color HEX #C04B16 Rust

📋 copy color: '#C04B16'

red 192 ◦ green 75 ◦ blue 22

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

Shades of Rust #C04B16

Tints of Rust #C04B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.95%

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

R = 66.44%
G = 25.95%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C04B16 (or 0xC04B16) is known color: Rust. HEX triplet: C0, 4B and 16. RGB value is (192,75,22). Sum of RGB (Red+Green+Blue) = 192+75+22=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04B16 is #3FB4E9. Grayscale: #686868. Windows color (decimal): -4175082 or 1461184. OLE color: 1461184.

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

Color convert

RGB 192 75 22 -
CMYK 0 0.61 0.89 0.25
HSL 18.71º 0.79% 0.42% -
HSV(B) 18.71º 0.89% 0.75% -
XYZ 24.4 16.3 2.62 -
YUV 103.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 192 75 22 0 0.61 0.89 0.25 18.71 0.79 0.42
Hex C0 4B 16 0 3D 59 19 13 4F 2A
Octal 300 113 26 0 75 131 31 23 117 52
Binary 11000000 1001011 10110 0 111101 1011001 11001 10011 1001111 101010

Color Harmonies of #C04B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B16

Black with #C04B16

Text Example


Text Example

White with #C04B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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