Html Css Color HEX #C05112 Rust

📋 copy color: '#C05112'

red 192 ◦ green 81 ◦ blue 18

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

Shades of Rust #C05112

Tints of Rust #C05112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 65.98%
G = 27.84%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C05112 (or 0xC05112) is known color: Rust. HEX triplet: C0, 51 and 12. RGB value is (192,81,18). Sum of RGB (Red+Green+Blue) = 192+81+18=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C05112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05112 is #3FAEED. Grayscale: #6B6B6B. Windows color (decimal): -4173550 or 1200576. OLE color: 1200576.

HSL color Cylindrical-coordinate representation of color #C05112: hue angle of 21.72º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C05112 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 18 -
CMYK 0 0.58 0.91 0.25
HSL 21.72º 0.83% 0.41% -
HSV(B) 21.72º 0.91% 0.75% -
XYZ 24.79 17.14 2.57 -
YUV 107.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 192 81 18 0 0.58 0.91 0.25 21.72 0.83 0.41
Hex C0 51 12 0 3A 5B 19 16 53 29
Octal 300 121 22 0 72 133 31 26 123 51
Binary 11000000 1010001 10010 0 111010 1011011 11001 10110 1010011 101001

Color Harmonies of #C05112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05112

Black with #C05112

Text Example


Text Example

White with #C05112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05112; }

 p { color: rgb(192,81,18); }

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

background-color css

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

 a { background-color: rgb(192,81,18); }

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

border-color css

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

 span { border-color: rgb(192,81,18); }

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