Html Css Color HEX #BA160E Fire Brick

📋 copy color: '#BA160E'

red 186 ◦ green 22 ◦ blue 14

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

Shades of Fire Brick #BA160E

Tints of Fire Brick #BA160E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.31%

R = 83.78%
G = 9.91%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA160E (or 0xBA160E) is known color: Fire Brick. HEX triplet: BA, 16 and 0E. RGB value is (186,22,14). Sum of RGB (Red+Green+Blue) = 186+22+14=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA160E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA160E is #45E9F1. Grayscale: #464646. Windows color (decimal): -4581874 or 923322. OLE color: 923322.

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

Color convert

RGB 186 22 14 -
CMYK 0 0.88 0.92 0.27
HSL 2.79º 0.86% 0.39% -
HSV(B) 2.79º 0.92% 0.73% -
XYZ 20.62 11.04 1.46 -
YUV 70.12 96.33 210.65 -
System Red Green Blue C M Y K H S L
Decimal 186 22 14 0 0.88 0.92 0.27 2.79 0.86 0.39
Hex BA 16 E 0 58 5C 1B 3 56 27
Octal 272 26 16 0 130 134 33 3 126 47
Binary 10111010 10110 1110 0 1011000 1011100 11011 11 1010110 100111

Color Harmonies of #BA160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA160E

Black with #BA160E

Text Example


Text Example

White with #BA160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA160E; }

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

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

background-color css

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

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

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

border-color css

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

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

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