Html Css Color HEX #BA3705 Rust

📋 copy color: '#BA3705'

red 186 ◦ green 55 ◦ blue 5

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

Shades of Rust #BA3705

Tints of Rust #BA3705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

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

R = 75.61%
G = 22.36%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA3705 (or 0xBA3705) is known color: Rust. HEX triplet: BA, 37 and 05. RGB value is (186,55,5). Sum of RGB (Red+Green+Blue) = 186+55+5=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3705 is #45C8FA. Grayscale: #585858. Windows color (decimal): -4573435 or 341946. OLE color: 341946.

HSL color Cylindrical-coordinate representation of color #BA3705: hue angle of 16.57º 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 #BA3705 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 5 -
CMYK 0 0.70 0.97 0.27
HSL 16.57º 0.95% 0.37% -
HSV(B) 16.57º 0.97% 0.73% -
XYZ 21.64 13.18 1.55 -
YUV 88.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 186 55 5 0 0.70 0.97 0.27 16.57 0.95 0.37
Hex BA 37 5 0 46 61 1B 11 5F 25
Octal 272 67 5 0 106 141 33 21 137 45
Binary 10111010 110111 101 0 1000110 1100001 11011 10001 1011111 100101

Color Harmonies of #BA3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3705

Black with #BA3705

Text Example


Text Example

White with #BA3705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3705; }

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

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

background-color css

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

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

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

border-color css

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

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

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