Html Css Color HEX #C05213 Rust

📋 copy color: '#C05213'

red 192 ◦ green 82 ◦ blue 19

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

Shades of Rust #C05213

Tints of Rust #C05213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.99%

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

R = 65.53%
G = 27.99%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C05213 (or 0xC05213) is known color: Rust. HEX triplet: C0, 52 and 13. RGB value is (192,82,19). Sum of RGB (Red+Green+Blue) = 192+82+19=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C05213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05213 is #3FADEC. Grayscale: #6C6C6C. Windows color (decimal): -4173293 or 1266368. OLE color: 1266368.

HSL color Cylindrical-coordinate representation of color #C05213: hue angle of 21.85º 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 #C05213 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 19 -
CMYK 0 0.57 0.90 0.25
HSL 21.85º 0.82% 0.41% -
HSV(B) 21.85º 0.9% 0.75% -
XYZ 24.87 17.29 2.64 -
YUV 107.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 192 82 19 0 0.57 0.90 0.25 21.85 0.82 0.41
Hex C0 52 13 0 39 5A 19 16 52 29
Octal 300 122 23 0 71 132 31 26 122 51
Binary 11000000 1010010 10011 0 111001 1011010 11001 10110 1010010 101001

Color Harmonies of #C05213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05213

Black with #C05213

Text Example


Text Example

White with #C05213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05213; }

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

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

background-color css

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

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

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

border-color css

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

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

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