Html Css Color HEX #BA5316 Rust

📋 copy color: '#BA5316'

red 186 ◦ green 83 ◦ blue 22

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

Shades of Rust #BA5316

Tints of Rust #BA5316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.52%

 BLUE value IS 22 (8.98% from 255) = 7.56%

R = 63.92%
G = 28.52%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5316 (or 0xBA5316) is known color: Rust. HEX triplet: BA, 53 and 16. RGB value is (186,83,22). Sum of RGB (Red+Green+Blue) = 186+83+22=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5316 is #45ACE9. Grayscale: #6B6B6B. Windows color (decimal): -4566250 or 1463226. OLE color: 1463226.

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

Color convert

RGB 186 83 22 -
CMYK 0 0.55 0.88 0.27
HSL 22.32º 0.79% 0.41% -
HSV(B) 22.32º 0.88% 0.73% -
XYZ 23.49 16.68 2.74 -
YUV 106.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 186 83 22 0 0.55 0.88 0.27 22.32 0.79 0.41
Hex BA 53 16 0 37 58 1B 16 4F 29
Octal 272 123 26 0 67 130 33 26 117 51
Binary 10111010 1010011 10110 0 110111 1011000 11011 10110 1001111 101001

Color Harmonies of #BA5316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5316

Black with #BA5316

Text Example


Text Example

White with #BA5316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5316; }

 p { color: rgb(186,83,22); }

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

background-color css

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

 a { background-color: rgb(186,83,22); }

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

border-color css

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

 span { border-color: rgb(186,83,22); }

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