Html Css Color HEX #BA5013 Rust

📋 copy color: '#BA5013'

red 186 ◦ green 80 ◦ blue 19

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

Shades of Rust #BA5013

Tints of Rust #BA5013

RGB

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

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

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

R = 65.26%
G = 28.07%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA5013 (or 0xBA5013) is known color: Rust. HEX triplet: BA, 50 and 13. RGB value is (186,80,19). Sum of RGB (Red+Green+Blue) = 186+80+19=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5013 is #45AFEC. Grayscale: #696969. Windows color (decimal): -4567021 or 1265850. OLE color: 1265850.

HSL color Cylindrical-coordinate representation of color #BA5013: hue angle of 21.92º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA5013 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 19 -
CMYK 0 0.57 0.90 0.27
HSL 21.92º 0.81% 0.4% -
HSV(B) 21.92º 0.9% 0.73% -
XYZ 23.24 16.22 2.52 -
YUV 104.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 186 80 19 0 0.57 0.90 0.27 21.92 0.81 0.4
Hex BA 50 13 0 39 5A 1B 16 51 28
Octal 272 120 23 0 71 132 33 26 121 50
Binary 10111010 1010000 10011 0 111001 1011010 11011 10110 1010001 101000

Color Harmonies of #BA5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5013

Black with #BA5013

Text Example


Text Example

White with #BA5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5013; }

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

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

background-color css

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

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

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

border-color css

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

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

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