Html Css Color HEX #BA3605 Rust

📋 copy color: '#BA3605'

red 186 ◦ green 54 ◦ blue 5

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

Shades of Rust #BA3605

Tints of Rust #BA3605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 75.92%
G = 22.04%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA3605 (or 0xBA3605) is known color: Rust. HEX triplet: BA, 36 and 05. RGB value is (186,54,5). Sum of RGB (Red+Green+Blue) = 186+54+5=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3605 is #45C9FA. Grayscale: #585858. Windows color (decimal): -4573691 or 341690. OLE color: 341690.

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

Color convert

RGB 186 54 5 -
CMYK 0 0.71 0.97 0.27
HSL 16.24º 0.95% 0.37% -
HSV(B) 16.24º 0.97% 0.73% -
XYZ 21.6 13.09 1.53 -
YUV 87.88 81.23 197.98 -
System Red Green Blue C M Y K H S L
Decimal 186 54 5 0 0.71 0.97 0.27 16.24 0.95 0.37
Hex BA 36 5 0 47 61 1B 10 5F 25
Octal 272 66 5 0 107 141 33 20 137 45
Binary 10111010 110110 101 0 1000111 1100001 11011 10000 1011111 100101

Color Harmonies of #BA3605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3605

Black with #BA3605

Text Example


Text Example

White with #BA3605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3605; }

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

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

background-color css

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

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

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

border-color css

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

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

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