Html Css Color HEX #BA3601 Rust

📋 copy color: '#BA3601'

red 186 ◦ green 54 ◦ blue 1

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

Shades of Rust #BA3601

Tints of Rust #BA3601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

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

R = 77.18%
G = 22.41%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA3601 (or 0xBA3601) is known color: Rust. HEX triplet: BA, 36 and 01. RGB value is (186,54,1). Sum of RGB (Red+Green+Blue) = 186+54+1=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3601 is #45C9FE. Grayscale: #575757. Windows color (decimal): -4573695 or 79546. OLE color: 79546.

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

Color convert

RGB 186 54 1 -
CMYK 0 0.71 0.99 0.27
HSL 17.19º 0.99% 0.37% -
HSV(B) 17.19º 0.99% 0.73% -
XYZ 21.57 13.08 1.42 -
YUV 87.43 79.23 198.31 -
System Red Green Blue C M Y K H S L
Decimal 186 54 1 0 0.71 0.99 0.27 17.19 0.99 0.37
Hex BA 36 1 0 47 63 1B 11 63 25
Octal 272 66 1 0 107 143 33 21 143 45
Binary 10111010 110110 1 0 1000111 1100011 11011 10001 1100011 100101

Color Harmonies of #BA3601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3601

Black with #BA3601

Text Example


Text Example

White with #BA3601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3601; }

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

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

background-color css

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

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

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

border-color css

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

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

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