Html Css Color HEX #BA3406 Rust

📋 copy color: '#BA3406'

red 186 ◦ green 52 ◦ blue 6

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

Shades of Rust #BA3406

Tints of Rust #BA3406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 76.23%
G = 21.31%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA3406 (or 0xBA3406) is known color: Rust. HEX triplet: BA, 34 and 06. RGB value is (186,52,6). Sum of RGB (Red+Green+Blue) = 186+52+6=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3406 is #45CBF9. Grayscale: #575757. Windows color (decimal): -4574202 or 406714. OLE color: 406714.

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

Color convert

RGB 186 52 6 -
CMYK 0 0.72 0.97 0.27
HSL 15.33º 0.94% 0.38% -
HSV(B) 15.33º 0.97% 0.73% -
XYZ 21.51 12.91 1.53 -
YUV 86.82 82.39 198.74 -
System Red Green Blue C M Y K H S L
Decimal 186 52 6 0 0.72 0.97 0.27 15.33 0.94 0.38
Hex BA 34 6 0 48 61 1B F 5E 26
Octal 272 64 6 0 110 141 33 17 136 46
Binary 10111010 110100 110 0 1001000 1100001 11011 1111 1011110 100110

Color Harmonies of #BA3406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3406

Black with #BA3406

Text Example


Text Example

White with #BA3406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3406; }

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

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

background-color css

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

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

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

border-color css

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

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

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