Html Css Color HEX #C0501B Rust

📋 copy color: '#C0501B'

red 192 ◦ green 80 ◦ blue 27

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

Shades of Rust #C0501B

Tints of Rust #C0501B

RGB

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

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

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

R = 64.21%
G = 26.76%
B = 9.03%

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

#C0501B (or 0xC0501B) is known color: Rust. HEX triplet: C0, 50 and 1B. RGB value is (192,80,27). Sum of RGB (Red+Green+Blue) = 192+80+27=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C0501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0501B is #3FAFE4. Grayscale: #6B6B6B. Windows color (decimal): -4173797 or 1790144. OLE color: 1790144.

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

Color convert

RGB 192 80 27 -
CMYK 0 0.58 0.86 0.25
HSL 19.27º 0.75% 0.43% -
HSV(B) 19.27º 0.86% 0.75% -
XYZ 24.8 17.02 3.02 -
YUV 107.45 82.61 188.31 -
System Red Green Blue C M Y K H S L
Decimal 192 80 27 0 0.58 0.86 0.25 19.27 0.75 0.43
Hex C0 50 1B 0 3A 56 19 13 4B 2B
Octal 300 120 33 0 72 126 31 23 113 53
Binary 11000000 1010000 11011 0 111010 1010110 11001 10011 1001011 101011

Color Harmonies of #C0501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0501B

Black with #C0501B

Text Example


Text Example

White with #C0501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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