Html Css Color HEX #BA1A11 Fire Brick

📋 copy color: '#BA1A11'

red 186 ◦ green 26 ◦ blue 17

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

Shades of Fire Brick #BA1A11

Tints of Fire Brick #BA1A11

RGB

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

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

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

R = 81.22%
G = 11.35%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA1A11 (or 0xBA1A11) is known color: Fire Brick. HEX triplet: BA, 1A and 11. RGB value is (186,26,17). Sum of RGB (Red+Green+Blue) = 186+26+17=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A11 is #45E5EE. Grayscale: #494949. Windows color (decimal): -4580847 or 1120954. OLE color: 1120954.

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

Color convert

RGB 186 26 17 -
CMYK 0 0.86 0.91 0.27
HSL 3.2º 0.83% 0.4% -
HSV(B) 3.2º 0.91% 0.73% -
XYZ 20.72 11.22 1.6 -
YUV 72.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 186 26 17 0 0.86 0.91 0.27 3.2 0.83 0.4
Hex BA 1A 11 0 56 5B 1B 3 53 28
Octal 272 32 21 0 126 133 33 3 123 50
Binary 10111010 11010 10001 0 1010110 1011011 11011 11 1010011 101000

Color Harmonies of #BA1A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A11

Black with #BA1A11

Text Example


Text Example

White with #BA1A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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