Html Css Color HEX #BA3F06 Rust

📋 copy color: '#BA3F06'

red 186 ◦ green 63 ◦ blue 6

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

Shades of Rust #BA3F06

Tints of Rust #BA3F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.35%

R = 72.94%
G = 24.71%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA3F06 (or 0xBA3F06) is known color: Rust. HEX triplet: BA, 3F and 06. RGB value is (186,63,6). Sum of RGB (Red+Green+Blue) = 186+63+6=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3F06 is #45C0F9. Grayscale: #5D5D5D. Windows color (decimal): -4571386 or 409530. OLE color: 409530.

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

Color convert

RGB 186 63 6 -
CMYK 0 0.66 0.97 0.27
HSL 19º 0.94% 0.38% -
HSV(B) 19º 0.97% 0.73% -
XYZ 22.06 14.01 1.71 -
YUV 93.28 78.75 194.13 -
System Red Green Blue C M Y K H S L
Decimal 186 63 6 0 0.66 0.97 0.27 19 0.94 0.38
Hex BA 3F 6 0 42 61 1B 13 5E 26
Octal 272 77 6 0 102 141 33 23 136 46
Binary 10111010 111111 110 0 1000010 1100001 11011 10011 1011110 100110

Color Harmonies of #BA3F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F06

Black with #BA3F06

Text Example


Text Example

White with #BA3F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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