Html Css Color HEX #BA1A14 Fire Brick

📋 copy color: '#BA1A14'

red 186 ◦ green 26 ◦ blue 20

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

Shades of Fire Brick #BA1A14

Tints of Fire Brick #BA1A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.62%

R = 80.17%
G = 11.21%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA1A14 (or 0xBA1A14) is known color: Fire Brick. HEX triplet: BA, 1A and 14. RGB value is (186,26,20). Sum of RGB (Red+Green+Blue) = 186+26+20=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A14 is #45E5EB. Grayscale: #494949. Windows color (decimal): -4580844 or 1317562. OLE color: 1317562.

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

Color convert

RGB 186 26 20 -
CMYK 0 0.86 0.89 0.27
HSL 2.17º 0.81% 0.4% -
HSV(B) 2.17º 0.89% 0.73% -
XYZ 20.75 11.23 1.74 -
YUV 73.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 186 26 20 0 0.86 0.89 0.27 2.17 0.81 0.4
Hex BA 1A 14 0 56 59 1B 2 51 28
Octal 272 32 24 0 126 131 33 2 121 50
Binary 10111010 11010 10100 0 1010110 1011001 11011 10 1010001 101000

Color Harmonies of #BA1A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A14

Black with #BA1A14

Text Example


Text Example

White with #BA1A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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