Html Css Color HEX #BA1615 Fire Brick

📋 copy color: '#BA1615'

red 186 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #BA1615

Tints of Fire Brick #BA1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.61%

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 81.22%
G = 9.61%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA1615 (or 0xBA1615) is known color: Fire Brick. HEX triplet: BA, 16 and 15. RGB value is (186,22,21). Sum of RGB (Red+Green+Blue) = 186+22+21=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1615 is #45E9EA. Grayscale: #474747. Windows color (decimal): -4581867 or 1382074. OLE color: 1382074.

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

Color convert

RGB 186 22 21 -
CMYK 0 0.88 0.89 0.27
HSL 0.36º 0.8% 0.41% -
HSV(B) 0.36º 0.89% 0.73% -
XYZ 20.67 11.07 1.76 -
YUV 70.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 186 22 21 0 0.88 0.89 0.27 0.36 0.8 0.41
Hex BA 16 15 0 58 59 1B 0 50 29
Octal 272 26 25 0 130 131 33 0 120 51
Binary 10111010 10110 10101 0 1011000 1011001 11011 0 1010000 101001

Color Harmonies of #BA1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1615

Black with #BA1615

Text Example


Text Example

White with #BA1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1615; }

 p { color: rgb(186,22,21); }

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

background-color css

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

 a { background-color: rgb(186,22,21); }

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

border-color css

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

 span { border-color: rgb(186,22,21); }

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