Html Css Color HEX #BA1B11 Fire Brick

📋 copy color: '#BA1B11'

red 186 ◦ green 27 ◦ blue 17

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

Shades of Fire Brick #BA1B11

Tints of Fire Brick #BA1B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.39%

R = 80.87%
G = 11.74%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA1B11 (or 0xBA1B11) is known color: Fire Brick. HEX triplet: BA, 1B and 11. RGB value is (186,27,17). Sum of RGB (Red+Green+Blue) = 186+27+17=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1B11 is #45E4EE. Grayscale: #494949. Windows color (decimal): -4580591 or 1121210. OLE color: 1121210.

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

Color convert

RGB 186 27 17 -
CMYK 0 0.85 0.91 0.27
HSL 3.55º 0.83% 0.4% -
HSV(B) 3.55º 0.91% 0.73% -
XYZ 20.74 11.26 1.61 -
YUV 73.4 96.18 208.31 -
System Red Green Blue C M Y K H S L
Decimal 186 27 17 0 0.85 0.91 0.27 3.55 0.83 0.4
Hex BA 1B 11 0 55 5B 1B 4 53 28
Octal 272 33 21 0 125 133 33 4 123 50
Binary 10111010 11011 10001 0 1010101 1011011 11011 100 1010011 101000

Color Harmonies of #BA1B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B11

Black with #BA1B11

Text Example


Text Example

White with #BA1B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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