Html Css Color HEX #C04A17 Rust

📋 copy color: '#C04A17'

red 192 ◦ green 74 ◦ blue 23

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

Shades of Rust #C04A17

Tints of Rust #C04A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.61%

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

R = 66.44%
G = 25.61%
B = 7.96%

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

#C04A17 (or 0xC04A17) is known color: Rust. HEX triplet: C0, 4A and 17. RGB value is (192,74,23). Sum of RGB (Red+Green+Blue) = 192+74+23=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A17 is #3FB5E8. Grayscale: #676767. Windows color (decimal): -4175337 or 1526464. OLE color: 1526464.

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

Color convert

RGB 192 74 23 -
CMYK 0 0.61 0.88 0.25
HSL 18.11º 0.79% 0.42% -
HSV(B) 18.11º 0.88% 0.75% -
XYZ 24.34 16.17 2.65 -
YUV 103.47 82.59 191.15 -
System Red Green Blue C M Y K H S L
Decimal 192 74 23 0 0.61 0.88 0.25 18.11 0.79 0.42
Hex C0 4A 17 0 3D 58 19 12 4F 2A
Octal 300 112 27 0 75 130 31 22 117 52
Binary 11000000 1001010 10111 0 111101 1011000 11001 10010 1001111 101010

Color Harmonies of #C04A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A17

Black with #C04A17

Text Example


Text Example

White with #C04A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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