Html Css Color HEX #BA3A08 Rust

📋 copy color: '#BA3A08'

red 186 ◦ green 58 ◦ blue 8

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

Shades of Rust #BA3A08

Tints of Rust #BA3A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.17%

R = 73.81%
G = 23.02%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA3A08 (or 0xBA3A08) is known color: Rust. HEX triplet: BA, 3A and 08. RGB value is (186,58,8). Sum of RGB (Red+Green+Blue) = 186+58+8=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A08 is #45C5F7. Grayscale: #5A5A5A. Windows color (decimal): -4572664 or 539322. OLE color: 539322.

HSL color Cylindrical-coordinate representation of color #BA3A08: hue angle of 16.85º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA3A08 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 58 8 -
CMYK 0 0.69 0.96 0.27
HSL 16.85º 0.92% 0.38% -
HSV(B) 16.85º 0.96% 0.73% -
XYZ 21.81 13.48 1.68 -
YUV 90.57 81.41 196.07 -
System Red Green Blue C M Y K H S L
Decimal 186 58 8 0 0.69 0.96 0.27 16.85 0.92 0.38
Hex BA 3A 8 0 45 60 1B 11 5C 26
Octal 272 72 10 0 105 140 33 21 134 46
Binary 10111010 111010 1000 0 1000101 1100000 11011 10001 1011100 100110

Color Harmonies of #BA3A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A08

Black with #BA3A08

Text Example


Text Example

White with #BA3A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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