Html Css Color HEX #C04C17 Rust

📋 copy color: '#C04C17'

red 192 ◦ green 76 ◦ blue 23

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

Shades of Rust #C04C17

Tints of Rust #C04C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.12%

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

R = 65.98%
G = 26.12%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C04C17 (or 0xC04C17) is known color: Rust. HEX triplet: C0, 4C and 17. RGB value is (192,76,23). Sum of RGB (Red+Green+Blue) = 192+76+23=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04C17 is #3FB3E8. Grayscale: #686868. Windows color (decimal): -4174825 or 1526976. OLE color: 1526976.

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

Color convert

RGB 192 76 23 -
CMYK 0 0.60 0.88 0.25
HSL 18.82º 0.79% 0.42% -
HSV(B) 18.82º 0.88% 0.75% -
XYZ 24.48 16.44 2.69 -
YUV 104.64 81.93 190.31 -
System Red Green Blue C M Y K H S L
Decimal 192 76 23 0 0.60 0.88 0.25 18.82 0.79 0.42
Hex C0 4C 17 0 3C 58 19 13 4F 2A
Octal 300 114 27 0 74 130 31 23 117 52
Binary 11000000 1001100 10111 0 111100 1011000 11001 10011 1001111 101010

Color Harmonies of #C04C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C17

Black with #C04C17

Text Example


Text Example

White with #C04C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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