Html Css Color HEX #C04518 Rust

📋 copy color: '#C04518'

red 192 ◦ green 69 ◦ blue 24

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

Shades of Rust #C04518

Tints of Rust #C04518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

 BLUE value IS 24 (9.77% from 255) = 8.42%

R = 67.37%
G = 24.21%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C04518 (or 0xC04518) is known color: Rust. HEX triplet: C0, 45 and 18. RGB value is (192,69,24). Sum of RGB (Red+Green+Blue) = 192+69+24=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C04518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04518 is #3FBAE7. Grayscale: #646464. Windows color (decimal): -4176616 or 1590720. OLE color: 1590720.

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

Color convert

RGB 192 69 24 -
CMYK 0 0.64 0.88 0.25
HSL 16.07º 0.78% 0.42% -
HSV(B) 16.07º 0.88% 0.75% -
XYZ 24.03 15.53 2.59 -
YUV 100.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 192 69 24 0 0.64 0.88 0.25 16.07 0.78 0.42
Hex C0 45 18 0 40 58 19 10 4E 2A
Octal 300 105 30 0 100 130 31 20 116 52
Binary 11000000 1000101 11000 0 1000000 1011000 11001 10000 1001110 101010

Color Harmonies of #C04518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04518

Black with #C04518

Text Example


Text Example

White with #C04518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04518; }

 p { color: rgb(192,69,24); }

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

background-color css

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

 a { background-color: rgb(192,69,24); }

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

border-color css

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

 span { border-color: rgb(192,69,24); }

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