Html Css Color HEX #BA5005 Rust

📋 copy color: '#BA5005'

red 186 ◦ green 80 ◦ blue 5

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

Shades of Rust #BA5005

Tints of Rust #BA5005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 68.63%
G = 29.52%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA5005 (or 0xBA5005) is known color: Rust. HEX triplet: BA, 50 and 05. RGB value is (186,80,5). Sum of RGB (Red+Green+Blue) = 186+80+5=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5005 is #45AFFA. Grayscale: #676767. Windows color (decimal): -4567035 or 348346. OLE color: 348346.

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

Color convert

RGB 186 80 5 -
CMYK 0 0.57 0.97 0.27
HSL 24.86º 0.95% 0.37% -
HSV(B) 24.86º 0.97% 0.73% -
XYZ 23.15 16.19 2.05 -
YUV 103.14 72.62 187.1 -
System Red Green Blue C M Y K H S L
Decimal 186 80 5 0 0.57 0.97 0.27 24.86 0.95 0.37
Hex BA 50 5 0 39 61 1B 19 5F 25
Octal 272 120 5 0 71 141 33 31 137 45
Binary 10111010 1010000 101 0 111001 1100001 11011 11001 1011111 100101

Color Harmonies of #BA5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5005

Black with #BA5005

Text Example


Text Example

White with #BA5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5005; }

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

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

background-color css

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

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

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

border-color css

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

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

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