Html Css Color HEX #BA3205 Rust

📋 copy color: '#BA3205'

red 186 ◦ green 50 ◦ blue 5

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

Shades of Rust #BA3205

Tints of Rust #BA3205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 77.18%
G = 20.75%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA3205 (or 0xBA3205) is known color: Rust. HEX triplet: BA, 32 and 05. RGB value is (186,50,5). Sum of RGB (Red+Green+Blue) = 186+50+5=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3205 is #45CDFA. Grayscale: #555555. Windows color (decimal): -4574715 or 340666. OLE color: 340666.

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

Color convert

RGB 186 50 5 -
CMYK 0 0.73 0.97 0.27
HSL 14.92º 0.95% 0.37% -
HSV(B) 14.92º 0.97% 0.73% -
XYZ 21.42 12.73 1.47 -
YUV 85.53 82.56 199.66 -
System Red Green Blue C M Y K H S L
Decimal 186 50 5 0 0.73 0.97 0.27 14.92 0.95 0.37
Hex BA 32 5 0 49 61 1B F 5F 25
Octal 272 62 5 0 111 141 33 17 137 45
Binary 10111010 110010 101 0 1001001 1100001 11011 1111 1011111 100101

Color Harmonies of #BA3205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3205

Black with #BA3205

Text Example


Text Example

White with #BA3205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3205; }

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

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

background-color css

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

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

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

border-color css

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

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

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