Html Css Color HEX #C15018 Rust

📋 copy color: '#C15018'

red 193 ◦ green 80 ◦ blue 24

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

Shades of Rust #C15018

Tints of Rust #C15018

RGB

 RED value IS 193 (75.78% from 255) = 64.98%

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 64.98%
G = 26.94%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C15018 (or 0xC15018) is known color: Rust. HEX triplet: C1, 50 and 18. RGB value is (193,80,24). Sum of RGB (Red+Green+Blue) = 193+80+24=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C15018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15018 is #3EAFE7. Grayscale: #6B6B6B. Windows color (decimal): -4108264 or 1593537. OLE color: 1593537.

HSL color Cylindrical-coordinate representation of color #C15018: hue angle of 19.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C15018 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 24 -
CMYK 0 0.59 0.88 0.24
HSL 19.88º 0.78% 0.43% -
HSV(B) 19.88º 0.88% 0.76% -
XYZ 25.03 17.14 2.85 -
YUV 107.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 193 80 24 0 0.59 0.88 0.24 19.88 0.78 0.43
Hex C1 50 18 0 3B 58 18 14 4E 2B
Octal 301 120 30 0 73 130 30 24 116 53
Binary 11000001 1010000 11000 0 111011 1011000 11000 10100 1001110 101011

Color Harmonies of #C15018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15018

Black with #C15018

Text Example


Text Example

White with #C15018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15018; }

 p { color: rgb(193,80,24); }

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

background-color css

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

 a { background-color: rgb(193,80,24); }

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

border-color css

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

 span { border-color: rgb(193,80,24); }

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