Html Css Color HEX #C0511D Rust

📋 copy color: '#C0511D'

red 192 ◦ green 81 ◦ blue 29

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

Shades of Rust #C0511D

Tints of Rust #C0511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 63.58%
G = 26.82%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0511D (or 0xC0511D) is known color: Rust. HEX triplet: C0, 51 and 1D. RGB value is (192,81,29). Sum of RGB (Red+Green+Blue) = 192+81+29=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0511D is #3FAEE2. Grayscale: #6C6C6C. Windows color (decimal): -4173539 or 1921472. OLE color: 1921472.

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

Color convert

RGB 192 81 29 -
CMYK 0 0.58 0.85 0.25
HSL 19.14º 0.74% 0.43% -
HSV(B) 19.14º 0.85% 0.75% -
XYZ 24.9 17.18 3.17 -
YUV 108.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 192 81 29 0 0.58 0.85 0.25 19.14 0.74 0.43
Hex C0 51 1D 0 3A 55 19 13 4A 2B
Octal 300 121 35 0 72 125 31 23 112 53
Binary 11000000 1010001 11101 0 111010 1010101 11001 10011 1001010 101011

Color Harmonies of #C0511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0511D

Black with #C0511D

Text Example


Text Example

White with #C0511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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