Html Css Color HEX #BA3A03 Rust

📋 copy color: '#BA3A03'

red 186 ◦ green 58 ◦ blue 3

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

Shades of Rust #BA3A03

Tints of Rust #BA3A03

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.48%

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 75.3%
G = 23.48%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA3A03 (or 0xBA3A03) is known color: Rust. HEX triplet: BA, 3A and 03. RGB value is (186,58,3). Sum of RGB (Red+Green+Blue) = 186+58+3=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A03 is #45C5FC. Grayscale: #5A5A5A. Windows color (decimal): -4572669 or 211642. OLE color: 211642.

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

Color convert

RGB 186 58 3 -
CMYK 0 0.69 0.98 0.27
HSL 18.03º 0.97% 0.37% -
HSV(B) 18.03º 0.98% 0.73% -
XYZ 21.78 13.47 1.54 -
YUV 90 78.91 196.47 -
System Red Green Blue C M Y K H S L
Decimal 186 58 3 0 0.69 0.98 0.27 18.03 0.97 0.37
Hex BA 3A 3 0 45 62 1B 12 61 25
Octal 272 72 3 0 105 142 33 22 141 45
Binary 10111010 111010 11 0 1000101 1100010 11011 10010 1100001 100101

Color Harmonies of #BA3A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A03

Black with #BA3A03

Text Example


Text Example

White with #BA3A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A03; }

 p { color: rgb(186,58,3); }

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

background-color css

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

 a { background-color: rgb(186,58,3); }

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

border-color css

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

 span { border-color: rgb(186,58,3); }

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