Html Css Color HEX #BA501C Rust

📋 copy color: '#BA501C'

red 186 ◦ green 80 ◦ blue 28

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

Shades of Rust #BA501C

Tints of Rust #BA501C

RGB

 RED value IS 186 (73.05% from 255) = 63.27%

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

 BLUE value IS 28 (11.33% from 255) = 9.52%

R = 63.27%
G = 27.21%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA501C (or 0xBA501C) is known color: Rust. HEX triplet: BA, 50 and 1C. RGB value is (186,80,28). Sum of RGB (Red+Green+Blue) = 186+80+28=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA501C is #45AFE3. Grayscale: #6A6A6A. Windows color (decimal): -4567012 or 1855674. OLE color: 1855674.

HSL color Cylindrical-coordinate representation of color #BA501C: hue angle of 19.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA501C is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 28 -
CMYK 0 0.57 0.85 0.27
HSL 19.75º 0.74% 0.42% -
HSV(B) 19.75º 0.85% 0.73% -
XYZ 23.33 16.26 3.01 -
YUV 105.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 186 80 28 0 0.57 0.85 0.27 19.75 0.74 0.42
Hex BA 50 1C 0 39 55 1B 14 4A 2A
Octal 272 120 34 0 71 125 33 24 112 52
Binary 10111010 1010000 11100 0 111001 1010101 11011 10100 1001010 101010

Color Harmonies of #BA501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA501C

Black with #BA501C

Text Example


Text Example

White with #BA501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA501C; }

 p { color: rgb(186,80,28); }

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

background-color css

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

 a { background-color: rgb(186,80,28); }

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

border-color css

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

 span { border-color: rgb(186,80,28); }

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