Html Css Color HEX #BA3918 Rust

📋 copy color: '#BA3918'

red 186 ◦ green 57 ◦ blue 24

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

Shades of Rust #BA3918

Tints of Rust #BA3918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

 BLUE value IS 24 (9.77% from 255) = 8.99%

R = 69.66%
G = 21.35%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA3918 (or 0xBA3918) is known color: Rust. HEX triplet: BA, 39 and 18. RGB value is (186,57,24). Sum of RGB (Red+Green+Blue) = 186+57+24=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3918 is #45C6E7. Grayscale: #5C5C5C. Windows color (decimal): -4572904 or 1587642. OLE color: 1587642.

HSL color Cylindrical-coordinate representation of color #BA3918: hue angle of 12.22º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA3918 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 24 -
CMYK 0 0.69 0.87 0.27
HSL 12.22º 0.77% 0.41% -
HSV(B) 12.22º 0.87% 0.73% -
XYZ 21.88 13.43 2.3 -
YUV 91.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 186 57 24 0 0.69 0.87 0.27 12.22 0.77 0.41
Hex BA 39 18 0 45 57 1B C 4D 29
Octal 272 71 30 0 105 127 33 14 115 51
Binary 10111010 111001 11000 0 1000101 1010111 11011 1100 1001101 101001

Color Harmonies of #BA3918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3918

Black with #BA3918

Text Example


Text Example

White with #BA3918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3918; }

 p { color: rgb(186,57,24); }

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

background-color css

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

 a { background-color: rgb(186,57,24); }

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

border-color css

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

 span { border-color: rgb(186,57,24); }

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