Html Css Color HEX #BA3816 Rust

📋 copy color: '#BA3816'

red 186 ◦ green 56 ◦ blue 22

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

Shades of Rust #BA3816

Tints of Rust #BA3816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.21%

 BLUE value IS 22 (8.98% from 255) = 8.33%

R = 70.45%
G = 21.21%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA3816 (or 0xBA3816) is known color: Rust. HEX triplet: BA, 38 and 16. RGB value is (186,56,22). Sum of RGB (Red+Green+Blue) = 186+56+22=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3816 is #45C7E9. Grayscale: #5B5B5B. Windows color (decimal): -4573162 or 1456314. OLE color: 1456314.

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

Color convert

RGB 186 56 22 -
CMYK 0 0.70 0.88 0.27
HSL 12.44º 0.79% 0.41% -
HSV(B) 12.44º 0.88% 0.73% -
XYZ 21.81 13.33 2.18 -
YUV 90.99 89.07 195.76 -
System Red Green Blue C M Y K H S L
Decimal 186 56 22 0 0.70 0.88 0.27 12.44 0.79 0.41
Hex BA 38 16 0 46 58 1B C 4F 29
Octal 272 70 26 0 106 130 33 14 117 51
Binary 10111010 111000 10110 0 1000110 1011000 11011 1100 1001111 101001

Color Harmonies of #BA3816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3816

Black with #BA3816

Text Example


Text Example

White with #BA3816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3816; }

 p { color: rgb(186,56,22); }

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

background-color css

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

 a { background-color: rgb(186,56,22); }

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

border-color css

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

 span { border-color: rgb(186,56,22); }

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