Html Css Color HEX #BA160D Fire Brick

📋 copy color: '#BA160D'

red 186 ◦ green 22 ◦ blue 13

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

Shades of Fire Brick #BA160D

Tints of Fire Brick #BA160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.95%

 BLUE value IS 13 (5.47% from 255) = 5.88%

R = 84.16%
G = 9.95%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA160D (or 0xBA160D) is known color: Fire Brick. HEX triplet: BA, 16 and 0D. RGB value is (186,22,13). Sum of RGB (Red+Green+Blue) = 186+22+13=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA160D is #45E9F2. Grayscale: #464646. Windows color (decimal): -4581875 or 857786. OLE color: 857786.

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

Color convert

RGB 186 22 13 -
CMYK 0 0.88 0.93 0.27
HSL 3.12º 0.87% 0.39% -
HSV(B) 3.12º 0.93% 0.73% -
XYZ 20.61 11.04 1.43 -
YUV 70.01 95.83 210.73 -
System Red Green Blue C M Y K H S L
Decimal 186 22 13 0 0.88 0.93 0.27 3.12 0.87 0.39
Hex BA 16 D 0 58 5D 1B 3 57 27
Octal 272 26 15 0 130 135 33 3 127 47
Binary 10111010 10110 1101 0 1011000 1011101 11011 11 1010111 100111

Color Harmonies of #BA160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA160D

Black with #BA160D

Text Example


Text Example

White with #BA160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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