Html Css Color HEX #BA3F12 Rust

📋 copy color: '#BA3F12'

red 186 ◦ green 63 ◦ blue 18

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

Shades of Rust #BA3F12

Tints of Rust #BA3F12

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

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

R = 69.66%
G = 23.6%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA3F12 (or 0xBA3F12) is known color: Rust. HEX triplet: BA, 3F and 12. RGB value is (186,63,18). Sum of RGB (Red+Green+Blue) = 186+63+18=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3F12 is #45C0ED. Grayscale: #5E5E5E. Windows color (decimal): -4571374 or 1195962. OLE color: 1195962.

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

Color convert

RGB 186 63 18 -
CMYK 0 0.66 0.90 0.27
HSL 16.07º 0.82% 0.4% -
HSV(B) 16.07º 0.9% 0.73% -
XYZ 22.14 14.04 2.12 -
YUV 94.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 186 63 18 0 0.66 0.90 0.27 16.07 0.82 0.4
Hex BA 3F 12 0 42 5A 1B 10 52 28
Octal 272 77 22 0 102 132 33 20 122 50
Binary 10111010 111111 10010 0 1000010 1011010 11011 10000 1010010 101000

Color Harmonies of #BA3F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F12

Black with #BA3F12

Text Example


Text Example

White with #BA3F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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