Html Css Color HEX #BA1A13 Fire Brick

📋 copy color: '#BA1A13'

red 186 ◦ green 26 ◦ blue 19

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

Shades of Fire Brick #BA1A13

Tints of Fire Brick #BA1A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 80.52%
G = 11.26%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA1A13 (or 0xBA1A13) is known color: Fire Brick. HEX triplet: BA, 1A and 13. RGB value is (186,26,19). Sum of RGB (Red+Green+Blue) = 186+26+19=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A13 is #45E5EC. Grayscale: #494949. Windows color (decimal): -4580845 or 1252026. OLE color: 1252026.

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

Color convert

RGB 186 26 19 -
CMYK 0 0.86 0.90 0.27
HSL 2.51º 0.81% 0.4% -
HSV(B) 2.51º 0.9% 0.73% -
XYZ 20.74 11.22 1.69 -
YUV 73.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 186 26 19 0 0.86 0.90 0.27 2.51 0.81 0.4
Hex BA 1A 13 0 56 5A 1B 3 51 28
Octal 272 32 23 0 126 132 33 3 121 50
Binary 10111010 11010 10011 0 1010110 1011010 11011 11 1010001 101000

Color Harmonies of #BA1A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A13

Black with #BA1A13

Text Example


Text Example

White with #BA1A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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