Html Css Color HEX #BA5410 Rust

📋 copy color: '#BA5410'

red 186 ◦ green 84 ◦ blue 16

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

Shades of Rust #BA5410

Tints of Rust #BA5410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

 BLUE value IS 16 (6.64% from 255) = 5.59%

R = 65.03%
G = 29.37%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA5410 (or 0xBA5410) is known color: Rust. HEX triplet: BA, 54 and 10. RGB value is (186,84,16). Sum of RGB (Red+Green+Blue) = 186+84+16=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5410 is #45ABEF. Grayscale: #6B6B6B. Windows color (decimal): -4566000 or 1070266. OLE color: 1070266.

HSL color Cylindrical-coordinate representation of color #BA5410: hue angle of 24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA5410 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 84 16 -
CMYK 0 0.55 0.91 0.27
HSL 24º 0.84% 0.4% -
HSV(B) 24º 0.91% 0.73% -
XYZ 23.51 16.82 2.5 -
YUV 106.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 186 84 16 0 0.55 0.91 0.27 24 0.84 0.4
Hex BA 54 10 0 37 5B 1B 18 54 28
Octal 272 124 20 0 67 133 33 30 124 50
Binary 10111010 1010100 10000 0 110111 1011011 11011 11000 1010100 101000

Color Harmonies of #BA5410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5410

Black with #BA5410

Text Example


Text Example

White with #BA5410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5410; }

 p { color: rgb(186,84,16); }

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

background-color css

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

 a { background-color: rgb(186,84,16); }

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

border-color css

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

 span { border-color: rgb(186,84,16); }

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