Html Css Color HEX #BA1414 Fire Brick

📋 copy color: '#BA1414'

red 186 ◦ green 20 ◦ blue 20

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

Shades of Fire Brick #BA1414

Tints of Fire Brick #BA1414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

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

R = 82.3%
G = 8.85%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA1414 (or 0xBA1414) is known color: Fire Brick. HEX triplet: BA, 14 and 14. RGB value is (186,20,20). Sum of RGB (Red+Green+Blue) = 186+20+20=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1414 is #45EBEB. Grayscale: #454545. Windows color (decimal): -4582380 or 1316026. OLE color: 1316026.

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

Color convert

RGB 186 20 20 -
CMYK 0 0.89 0.89 0.27
HSL 0.81% 0.4% -
HSV(B) 0.89% 0.73% -
XYZ 20.63 10.99 1.7 -
YUV 69.63 100 211 -
System Red Green Blue C M Y K H S L
Decimal 186 20 20 0 0.89 0.89 0.27 0 0.81 0.4
Hex BA 14 14 0 59 59 1B 0 51 28
Octal 272 24 24 0 131 131 33 0 121 50
Binary 10111010 10100 10100 0 1011001 1011001 11011 0 1010001 101000

Color Harmonies of #BA1414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1414

Black with #BA1414

Text Example


Text Example

White with #BA1414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1414; }

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

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

background-color css

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

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

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

border-color css

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

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

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