Html Css Color HEX #BA4604 Rust

📋 copy color: '#BA4604'

red 186 ◦ green 70 ◦ blue 4

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

Shades of Rust #BA4604

Tints of Rust #BA4604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 71.54%
G = 26.92%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA4604 (or 0xBA4604) is known color: Rust. HEX triplet: BA, 46 and 04. RGB value is (186,70,4). Sum of RGB (Red+Green+Blue) = 186+70+4=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4604 is #45B9FB. Grayscale: #616161. Windows color (decimal): -4569596 or 280250. OLE color: 280250.

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

Color convert

RGB 186 70 4 -
CMYK 0 0.62 0.98 0.27
HSL 21.76º 0.96% 0.37% -
HSV(B) 21.76º 0.98% 0.73% -
XYZ 22.46 14.83 1.79 -
YUV 97.16 75.43 191.37 -
System Red Green Blue C M Y K H S L
Decimal 186 70 4 0 0.62 0.98 0.27 21.76 0.96 0.37
Hex BA 46 4 0 3E 62 1B 16 60 25
Octal 272 106 4 0 76 142 33 26 140 45
Binary 10111010 1000110 100 0 111110 1100010 11011 10110 1100000 100101

Color Harmonies of #BA4604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4604

Black with #BA4604

Text Example


Text Example

White with #BA4604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4604; }

 p { color: rgb(186,70,4); }

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

background-color css

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

 a { background-color: rgb(186,70,4); }

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

border-color css

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

 span { border-color: rgb(186,70,4); }

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