Html Css Color HEX #C05013 Rust

📋 copy color: '#C05013'

red 192 ◦ green 80 ◦ blue 19

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

Shades of Rust #C05013

Tints of Rust #C05013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.53%

R = 65.98%
G = 27.49%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C05013 (or 0xC05013) is known color: Rust. HEX triplet: C0, 50 and 13. RGB value is (192,80,19). Sum of RGB (Red+Green+Blue) = 192+80+19=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C05013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05013 is #3FAFEC. Grayscale: #6A6A6A. Windows color (decimal): -4173805 or 1265856. OLE color: 1265856.

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

Color convert

RGB 192 80 19 -
CMYK 0 0.58 0.90 0.25
HSL 21.16º 0.82% 0.41% -
HSV(B) 21.16º 0.9% 0.75% -
XYZ 24.72 16.99 2.59 -
YUV 106.53 78.61 188.96 -
System Red Green Blue C M Y K H S L
Decimal 192 80 19 0 0.58 0.90 0.25 21.16 0.82 0.41
Hex C0 50 13 0 3A 5A 19 15 52 29
Octal 300 120 23 0 72 132 31 25 122 51
Binary 11000000 1010000 10011 0 111010 1011010 11001 10101 1010010 101001

Color Harmonies of #C05013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05013

Black with #C05013

Text Example


Text Example

White with #C05013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05013; }

 p { color: rgb(192,80,19); }

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

background-color css

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

 a { background-color: rgb(192,80,19); }

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

border-color css

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

 span { border-color: rgb(192,80,19); }

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