Html Css Color HEX #C05313 Rust

📋 copy color: '#C05313'

red 192 ◦ green 83 ◦ blue 19

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

Shades of Rust #C05313

Tints of Rust #C05313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

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

R = 65.31%
G = 28.23%
B = 6.46%

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

#C05313 (or 0xC05313) is known color: Rust. HEX triplet: C0, 53 and 13. RGB value is (192,83,19). Sum of RGB (Red+Green+Blue) = 192+83+19=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C05313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05313 is #3FACEC. Grayscale: #6C6C6C. Windows color (decimal): -4173037 or 1266624. OLE color: 1266624.

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

Color convert

RGB 192 83 19 -
CMYK 0 0.57 0.90 0.25
HSL 22.2º 0.82% 0.41% -
HSV(B) 22.2º 0.9% 0.75% -
XYZ 24.95 17.44 2.67 -
YUV 108.3 77.61 187.7 -
System Red Green Blue C M Y K H S L
Decimal 192 83 19 0 0.57 0.90 0.25 22.2 0.82 0.41
Hex C0 53 13 0 39 5A 19 16 52 29
Octal 300 123 23 0 71 132 31 26 122 51
Binary 11000000 1010011 10011 0 111001 1011010 11001 10110 1010010 101001

Color Harmonies of #C05313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05313

Black with #C05313

Text Example


Text Example

White with #C05313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05313; }

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

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

background-color css

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

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

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

border-color css

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

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

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