Html Css Color HEX #BA4610 Rust

📋 copy color: '#BA4610'

red 186 ◦ green 70 ◦ blue 16

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

Shades of Rust #BA4610

Tints of Rust #BA4610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 68.38%
G = 25.74%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA4610 (or 0xBA4610) is known color: Rust. HEX triplet: BA, 46 and 10. RGB value is (186,70,16). Sum of RGB (Red+Green+Blue) = 186+70+16=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4610 is #45B9EF. Grayscale: #626262. Windows color (decimal): -4569584 or 1066682. OLE color: 1066682.

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

Color convert

RGB 186 70 16 -
CMYK 0 0.62 0.91 0.27
HSL 19.06º 0.84% 0.4% -
HSV(B) 19.06º 0.91% 0.73% -
XYZ 22.53 14.86 2.17 -
YUV 98.53 81.43 190.39 -
System Red Green Blue C M Y K H S L
Decimal 186 70 16 0 0.62 0.91 0.27 19.06 0.84 0.4
Hex BA 46 10 0 3E 5B 1B 13 54 28
Octal 272 106 20 0 76 133 33 23 124 50
Binary 10111010 1000110 10000 0 111110 1011011 11011 10011 1010100 101000

Color Harmonies of #BA4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4610

Black with #BA4610

Text Example


Text Example

White with #BA4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4610; }

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

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

background-color css

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

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

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

border-color css

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

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

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