Html Css Color HEX #BA3A02 Rust

📋 copy color: '#BA3A02'

red 186 ◦ green 58 ◦ blue 2

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

Shades of Rust #BA3A02

Tints of Rust #BA3A02

RGB

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

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

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

R = 75.61%
G = 23.58%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA3A02 (or 0xBA3A02) is known color: Rust. HEX triplet: BA, 3A and 02. RGB value is (186,58,2). Sum of RGB (Red+Green+Blue) = 186+58+2=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A02 is #45C5FD. Grayscale: #5A5A5A. Windows color (decimal): -4572670 or 146106. OLE color: 146106.

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

Color convert

RGB 186 58 2 -
CMYK 0 0.69 0.99 0.27
HSL 18.26º 0.98% 0.37% -
HSV(B) 18.26º 0.99% 0.73% -
XYZ 21.77 13.47 1.51 -
YUV 89.89 78.41 196.55 -
System Red Green Blue C M Y K H S L
Decimal 186 58 2 0 0.69 0.99 0.27 18.26 0.98 0.37
Hex BA 3A 2 0 45 63 1B 12 62 25
Octal 272 72 2 0 105 143 33 22 142 45
Binary 10111010 111010 10 0 1000101 1100011 11011 10010 1100010 100101

Color Harmonies of #BA3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A02

Black with #BA3A02

Text Example


Text Example

White with #BA3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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