Html Css Color HEX #BA3B05 Rust

📋 copy color: '#BA3B05'

red 186 ◦ green 59 ◦ blue 5

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

Shades of Rust #BA3B05

Tints of Rust #BA3B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.6%

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

R = 74.4%
G = 23.6%
B = 2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA3B05 (or 0xBA3B05) is known color: Rust. HEX triplet: BA, 3B and 05. RGB value is (186,59,5). Sum of RGB (Red+Green+Blue) = 186+59+5=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3B05 is #45C4FA. Grayscale: #5B5B5B. Windows color (decimal): -4572411 or 342970. OLE color: 342970.

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

Color convert

RGB 186 59 5 -
CMYK 0 0.68 0.97 0.27
HSL 17.9º 0.95% 0.37% -
HSV(B) 17.9º 0.97% 0.73% -
XYZ 21.84 13.58 1.61 -
YUV 90.82 79.58 195.89 -
System Red Green Blue C M Y K H S L
Decimal 186 59 5 0 0.68 0.97 0.27 17.9 0.95 0.37
Hex BA 3B 5 0 44 61 1B 12 5F 25
Octal 272 73 5 0 104 141 33 22 137 45
Binary 10111010 111011 101 0 1000100 1100001 11011 10010 1011111 100101

Color Harmonies of #BA3B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B05

Black with #BA3B05

Text Example


Text Example

White with #BA3B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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