Html Css Color HEX #C15416 Rust

📋 copy color: '#C15416'

red 193 ◦ green 84 ◦ blue 22

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

Shades of Rust #C15416

Tints of Rust #C15416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 64.55%
G = 28.09%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C15416 (or 0xC15416) is known color: Rust. HEX triplet: C1, 54 and 16. RGB value is (193,84,22). Sum of RGB (Red+Green+Blue) = 193+84+22=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C15416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15416 is #3EABE9. Grayscale: #6D6D6D. Windows color (decimal): -4107242 or 1463489. OLE color: 1463489.

HSL color Cylindrical-coordinate representation of color #C15416: hue angle of 21.75º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C15416 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 22 -
CMYK 0 0.56 0.89 0.24
HSL 21.75º 0.8% 0.42% -
HSV(B) 21.75º 0.89% 0.76% -
XYZ 25.31 17.74 2.85 -
YUV 109.52 78.61 187.54 -
System Red Green Blue C M Y K H S L
Decimal 193 84 22 0 0.56 0.89 0.24 21.75 0.8 0.42
Hex C1 54 16 0 38 59 18 16 50 2A
Octal 301 124 26 0 70 131 30 26 120 52
Binary 11000001 1010100 10110 0 111000 1011001 11000 10110 1010000 101010

Color Harmonies of #C15416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15416

Black with #C15416

Text Example


Text Example

White with #C15416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15416; }

 p { color: rgb(193,84,22); }

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

background-color css

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

 a { background-color: rgb(193,84,22); }

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

border-color css

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

 span { border-color: rgb(193,84,22); }

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