Html Css Color HEX #BA3401 Rust

📋 copy color: '#BA3401'

red 186 ◦ green 52 ◦ blue 1

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

Shades of Rust #BA3401

Tints of Rust #BA3401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

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

R = 77.82%
G = 21.76%
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

#BA3401 (or 0xBA3401) is known color: Rust. HEX triplet: BA, 34 and 01. RGB value is (186,52,1). Sum of RGB (Red+Green+Blue) = 186+52+1=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3401 is #45CBFE. Grayscale: #565656. Windows color (decimal): -4574207 or 79034. OLE color: 79034.

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

Color convert

RGB 186 52 1 -
CMYK 0 0.72 0.99 0.27
HSL 16.54º 0.99% 0.37% -
HSV(B) 16.54º 0.99% 0.73% -
XYZ 21.48 12.9 1.39 -
YUV 86.25 79.89 199.15 -
System Red Green Blue C M Y K H S L
Decimal 186 52 1 0 0.72 0.99 0.27 16.54 0.99 0.37
Hex BA 34 1 0 48 63 1B 11 63 25
Octal 272 64 1 0 110 143 33 21 143 45
Binary 10111010 110100 1 0 1001000 1100011 11011 10001 1100011 100101

Color Harmonies of #BA3401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3401

Black with #BA3401

Text Example


Text Example

White with #BA3401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3401; }

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

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

background-color css

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

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

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

border-color css

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

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

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