Html Css Color HEX #C04B17 Rust

📋 copy color: '#C04B17'

red 192 ◦ green 75 ◦ blue 23

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

Shades of Rust #C04B17

Tints of Rust #C04B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.93%

R = 66.21%
G = 25.86%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C04B17 (or 0xC04B17) is known color: Rust. HEX triplet: C0, 4B and 17. RGB value is (192,75,23). Sum of RGB (Red+Green+Blue) = 192+75+23=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04B17 is #3FB4E8. Grayscale: #686868. Windows color (decimal): -4175081 or 1526720. OLE color: 1526720.

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

Color convert

RGB 192 75 23 -
CMYK 0 0.61 0.88 0.25
HSL 18.46º 0.79% 0.42% -
HSV(B) 18.46º 0.88% 0.75% -
XYZ 24.41 16.3 2.67 -
YUV 104.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 192 75 23 0 0.61 0.88 0.25 18.46 0.79 0.42
Hex C0 4B 17 0 3D 58 19 12 4F 2A
Octal 300 113 27 0 75 130 31 22 117 52
Binary 11000000 1001011 10111 0 111101 1011000 11001 10010 1001111 101010

Color Harmonies of #C04B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B17

Black with #C04B17

Text Example


Text Example

White with #C04B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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