Html Css Color HEX #BA1A16 Fire Brick

📋 copy color: '#BA1A16'

red 186 ◦ green 26 ◦ blue 22

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

Shades of Fire Brick #BA1A16

Tints of Fire Brick #BA1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.11%

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

R = 79.49%
G = 11.11%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA1A16 (or 0xBA1A16) is known color: Fire Brick. HEX triplet: BA, 1A and 16. RGB value is (186,26,22). Sum of RGB (Red+Green+Blue) = 186+26+22=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A16 is #45E5E9. Grayscale: #494949. Windows color (decimal): -4580842 or 1448634. OLE color: 1448634.

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

Color convert

RGB 186 26 22 -
CMYK 0 0.86 0.88 0.27
HSL 1.46º 0.79% 0.41% -
HSV(B) 1.46º 0.88% 0.73% -
XYZ 20.76 11.24 1.83 -
YUV 73.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 186 26 22 0 0.86 0.88 0.27 1.46 0.79 0.41
Hex BA 1A 16 0 56 58 1B 1 4F 29
Octal 272 32 26 0 126 130 33 1 117 51
Binary 10111010 11010 10110 0 1010110 1011000 11011 1 1001111 101001

Color Harmonies of #BA1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A16

Black with #BA1A16

Text Example


Text Example

White with #BA1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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