Html Css Color HEX #BA4412 Rust

📋 copy color: '#BA4412'

red 186 ◦ green 68 ◦ blue 18

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

Shades of Rust #BA4412

Tints of Rust #BA4412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.62%

R = 68.38%
G = 25%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA4412 (or 0xBA4412) is known color: Rust. HEX triplet: BA, 44 and 12. RGB value is (186,68,18). Sum of RGB (Red+Green+Blue) = 186+68+18=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4412 is #45BBED. Grayscale: #616161. Windows color (decimal): -4570094 or 1197242. OLE color: 1197242.

HSL color Cylindrical-coordinate representation of color #BA4412: hue angle of 17.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA4412 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 68 18 -
CMYK 0 0.63 0.90 0.27
HSL 17.86º 0.82% 0.4% -
HSV(B) 17.86º 0.9% 0.73% -
XYZ 22.43 14.62 2.21 -
YUV 97.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 186 68 18 0 0.63 0.90 0.27 17.86 0.82 0.4
Hex BA 44 12 0 3F 5A 1B 12 52 28
Octal 272 104 22 0 77 132 33 22 122 50
Binary 10111010 1000100 10010 0 111111 1011010 11011 10010 1010010 101000

Color Harmonies of #BA4412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4412

Black with #BA4412

Text Example


Text Example

White with #BA4412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4412; }

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

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

background-color css

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

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

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

border-color css

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

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

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