Html Css Color HEX #BA3501 Rust

📋 copy color: '#BA3501'

red 186 ◦ green 53 ◦ blue 1

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

Shades of Rust #BA3501

Tints of Rust #BA3501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 77.5%
G = 22.08%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA3501 (or 0xBA3501) is known color: Rust. HEX triplet: BA, 35 and 01. RGB value is (186,53,1). Sum of RGB (Red+Green+Blue) = 186+53+1=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3501 is #45CAFE. Grayscale: #575757. Windows color (decimal): -4573951 or 79290. OLE color: 79290.

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

Color convert

RGB 186 53 1 -
CMYK 0 0.72 0.99 0.27
HSL 16.86º 0.99% 0.37% -
HSV(B) 16.86º 0.99% 0.73% -
XYZ 21.53 12.99 1.4 -
YUV 86.84 79.56 198.73 -
System Red Green Blue C M Y K H S L
Decimal 186 53 1 0 0.72 0.99 0.27 16.86 0.99 0.37
Hex BA 35 1 0 48 63 1B 11 63 25
Octal 272 65 1 0 110 143 33 21 143 45
Binary 10111010 110101 1 0 1001000 1100011 11011 10001 1100011 100101

Color Harmonies of #BA3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3501

Black with #BA3501

Text Example


Text Example

White with #BA3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3501; }

 p { color: rgb(186,53,1); }

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

background-color css

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

 a { background-color: rgb(186,53,1); }

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

border-color css

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

 span { border-color: rgb(186,53,1); }

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