Html Css Color HEX #BA1F16 Fire Brick

📋 copy color: '#BA1F16'

red 186 ◦ green 31 ◦ blue 22

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

Shades of Fire Brick #BA1F16

Tints of Fire Brick #BA1F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.97%

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

R = 77.82%
G = 12.97%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA1F16 (or 0xBA1F16) is known color: Fire Brick. HEX triplet: BA, 1F and 16. RGB value is (186,31,22). Sum of RGB (Red+Green+Blue) = 186+31+22=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F16 is #45E0E9. Grayscale: #4C4C4C. Windows color (decimal): -4579562 or 1449914. OLE color: 1449914.

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

Color convert

RGB 186 31 22 -
CMYK 0 0.83 0.88 0.27
HSL 3.29º 0.79% 0.41% -
HSV(B) 3.29º 0.88% 0.73% -
XYZ 20.88 11.48 1.87 -
YUV 76.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 186 31 22 0 0.83 0.88 0.27 3.29 0.79 0.41
Hex BA 1F 16 0 53 58 1B 3 4F 29
Octal 272 37 26 0 123 130 33 3 117 51
Binary 10111010 11111 10110 0 1010011 1011000 11011 11 1001111 101001

Color Harmonies of #BA1F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F16

Black with #BA1F16

Text Example


Text Example

White with #BA1F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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