Html Css Color HEX #BA3F00 Rust

📋 copy color: '#BA3F00'

red 186 ◦ green 63 ◦ blue 0

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

Shades of Rust #BA3F00

Tints of Rust #BA3F00

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.7%
G = 25.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA3F00 (or 0xBA3F00) is known color: Rust. HEX triplet: BA, 3F and 00. RGB value is (186,63,0). Sum of RGB (Red+Green+Blue) = 186+63+0=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3F00 is #45C0FF. Grayscale: #5C5C5C. Windows color (decimal): -4571392 or 16314. OLE color: 16314.

HSL color Cylindrical-coordinate representation of color #BA3F00: hue angle of 20.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA3F00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 0 -
CMYK 0 0.66 1 0.27
HSL 20.32º 1% 0.36% -
HSV(B) 20.32º 1% 0.73% -
XYZ 22.03 13.99 1.54 -
YUV 92.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 186 63 0 0 0.66 1 0.27 20.32 1 0.36
Hex BA 3F 0 0 42 64 1B 14 64 24
Octal 272 77 0 0 102 144 33 24 144 44
Binary 10111010 111111 0 0 1000010 1100100 11011 10100 1100100 100100

Color Harmonies of #BA3F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F00

Black with #BA3F00

Text Example


Text Example

White with #BA3F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F00; }

 p { color: rgb(186,63,0); }

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

background-color css

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

 a { background-color: rgb(186,63,0); }

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

border-color css

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

 span { border-color: rgb(186,63,0); }

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