Html Css Color HEX #C0511B Rust

📋 copy color: '#C0511B'

red 192 ◦ green 81 ◦ blue 27

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

Shades of Rust #C0511B

Tints of Rust #C0511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9%

R = 64%
G = 27%
B = 9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0511B (or 0xC0511B) is known color: Rust. HEX triplet: C0, 51 and 1B. RGB value is (192,81,27). Sum of RGB (Red+Green+Blue) = 192+81+27=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C0511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0511B is #3FAEE4. Grayscale: #6C6C6C. Windows color (decimal): -4173541 or 1790400. OLE color: 1790400.

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

Color convert

RGB 192 81 27 -
CMYK 0 0.58 0.86 0.25
HSL 19.64º 0.75% 0.43% -
HSV(B) 19.64º 0.86% 0.75% -
XYZ 24.88 17.17 3.04 -
YUV 108.03 82.27 187.89 -
System Red Green Blue C M Y K H S L
Decimal 192 81 27 0 0.58 0.86 0.25 19.64 0.75 0.43
Hex C0 51 1B 0 3A 56 19 14 4B 2B
Octal 300 121 33 0 72 126 31 24 113 53
Binary 11000000 1010001 11011 0 111010 1010110 11001 10100 1001011 101011

Color Harmonies of #C0511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0511B

Black with #C0511B

Text Example


Text Example

White with #C0511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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