Html Css Color HEX #BA4406 Rust

📋 copy color: '#BA4406'

red 186 ◦ green 68 ◦ blue 6

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

Shades of Rust #BA4406

Tints of Rust #BA4406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

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

R = 71.54%
G = 26.15%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA4406 (or 0xBA4406) is known color: Rust. HEX triplet: BA, 44 and 06. RGB value is (186,68,6). Sum of RGB (Red+Green+Blue) = 186+68+6=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4406 is #45BBF9. Grayscale: #606060. Windows color (decimal): -4570106 or 410810. OLE color: 410810.

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

Color convert

RGB 186 68 6 -
CMYK 0 0.63 0.97 0.27
HSL 20.67º 0.94% 0.38% -
HSV(B) 20.67º 0.97% 0.73% -
XYZ 22.35 14.59 1.81 -
YUV 96.21 77.09 192.04 -
System Red Green Blue C M Y K H S L
Decimal 186 68 6 0 0.63 0.97 0.27 20.67 0.94 0.38
Hex BA 44 6 0 3F 61 1B 15 5E 26
Octal 272 104 6 0 77 141 33 25 136 46
Binary 10111010 1000100 110 0 111111 1100001 11011 10101 1011110 100110

Color Harmonies of #BA4406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4406

Black with #BA4406

Text Example


Text Example

White with #BA4406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4406; }

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

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

background-color css

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

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

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

border-color css

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

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

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