Html Css Color HEX #BA1B19 Fire Brick

📋 copy color: '#BA1B19'

red 186 ◦ green 27 ◦ blue 25

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

Shades of Fire Brick #BA1B19

Tints of Fire Brick #BA1B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.34%

 BLUE value IS 25 (10.16% from 255) = 10.5%

R = 78.15%
G = 11.34%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA1B19 (or 0xBA1B19) is known color: Fire Brick. HEX triplet: BA, 1B and 19. RGB value is (186,27,25). Sum of RGB (Red+Green+Blue) = 186+27+25=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1B19 is #45E4E6. Grayscale: #4A4A4A. Windows color (decimal): -4580583 or 1645498. OLE color: 1645498.

HSL color Cylindrical-coordinate representation of color #BA1B19: hue angle of 0.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1B19 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 27 25 -
CMYK 0 0.85 0.87 0.27
HSL 0.75º 0.76% 0.41% -
HSV(B) 0.75º 0.87% 0.73% -
XYZ 20.82 11.29 2 -
YUV 74.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 186 27 25 0 0.85 0.87 0.27 0.75 0.76 0.41
Hex BA 1B 19 0 55 57 1B 1 4C 29
Octal 272 33 31 0 125 127 33 1 114 51
Binary 10111010 11011 11001 0 1010101 1010111 11011 1 1001100 101001

Color Harmonies of #BA1B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B19

Black with #BA1B19

Text Example


Text Example

White with #BA1B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B19; }

 p { color: rgb(186,27,25); }

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

background-color css

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

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

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

border-color css

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

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

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