Html Css Color HEX #BA3502 Rust

📋 copy color: '#BA3502'

red 186 ◦ green 53 ◦ blue 2

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

Shades of Rust #BA3502

Tints of Rust #BA3502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 77.18%
G = 21.99%
B = 0.83%

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

#BA3502 (or 0xBA3502) is known color: Rust. HEX triplet: BA, 35 and 02. RGB value is (186,53,2). Sum of RGB (Red+Green+Blue) = 186+53+2=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3502 is #45CAFD. Grayscale: #575757. Windows color (decimal): -4573950 or 144826. OLE color: 144826.

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

Color convert

RGB 186 53 2 -
CMYK 0 0.72 0.99 0.27
HSL 16.63º 0.98% 0.37% -
HSV(B) 16.63º 0.99% 0.73% -
XYZ 21.53 12.99 1.43 -
YUV 86.95 80.06 198.65 -
System Red Green Blue C M Y K H S L
Decimal 186 53 2 0 0.72 0.99 0.27 16.63 0.98 0.37
Hex BA 35 2 0 48 63 1B 11 62 25
Octal 272 65 2 0 110 143 33 21 142 45
Binary 10111010 110101 10 0 1001000 1100011 11011 10001 1100010 100101

Color Harmonies of #BA3502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3502

Black with #BA3502

Text Example


Text Example

White with #BA3502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3502; }

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

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

background-color css

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

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

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

border-color css

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

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

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