Html Css Color HEX #BA1D11 Fire Brick

📋 copy color: '#BA1D11'

red 186 ◦ green 29 ◦ blue 17

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

Shades of Fire Brick #BA1D11

Tints of Fire Brick #BA1D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.5%

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

R = 80.17%
G = 12.5%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA1D11 (or 0xBA1D11) is known color: Fire Brick. HEX triplet: BA, 1D and 11. RGB value is (186,29,17). Sum of RGB (Red+Green+Blue) = 186+29+17=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D11 is #45E2EE. Grayscale: #4A4A4A. Windows color (decimal): -4580079 or 1121722. OLE color: 1121722.

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

Color convert

RGB 186 29 17 -
CMYK 0 0.84 0.91 0.27
HSL 4.26º 0.83% 0.4% -
HSV(B) 4.26º 0.91% 0.73% -
XYZ 20.79 11.36 1.63 -
YUV 74.58 95.51 207.48 -
System Red Green Blue C M Y K H S L
Decimal 186 29 17 0 0.84 0.91 0.27 4.26 0.83 0.4
Hex BA 1D 11 0 54 5B 1B 4 53 28
Octal 272 35 21 0 124 133 33 4 123 50
Binary 10111010 11101 10001 0 1010100 1011011 11011 100 1010011 101000

Color Harmonies of #BA1D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D11

Black with #BA1D11

Text Example


Text Example

White with #BA1D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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