Html Css Color HEX #BA4310 Rust

📋 copy color: '#BA4310'

red 186 ◦ green 67 ◦ blue 16

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

Shades of Rust #BA4310

Tints of Rust #BA4310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.91%

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

R = 69.14%
G = 24.91%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA4310 (or 0xBA4310) is known color: Rust. HEX triplet: BA, 43 and 10. RGB value is (186,67,16). Sum of RGB (Red+Green+Blue) = 186+67+16=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4310 is #45BCEF. Grayscale: #616161. Windows color (decimal): -4570352 or 1065914. OLE color: 1065914.

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

Color convert

RGB 186 67 16 -
CMYK 0 0.64 0.91 0.27
HSL 18º 0.84% 0.4% -
HSV(B) 18º 0.91% 0.73% -
XYZ 22.35 14.49 2.11 -
YUV 96.77 82.42 191.65 -
System Red Green Blue C M Y K H S L
Decimal 186 67 16 0 0.64 0.91 0.27 18 0.84 0.4
Hex BA 43 10 0 40 5B 1B 12 54 28
Octal 272 103 20 0 100 133 33 22 124 50
Binary 10111010 1000011 10000 0 1000000 1011011 11011 10010 1010100 101000

Color Harmonies of #BA4310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4310

Black with #BA4310

Text Example


Text Example

White with #BA4310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4310; }

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

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

background-color css

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

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

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

border-color css

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

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

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