Html Css Color HEX #BA1510 Fire Brick

📋 copy color: '#BA1510'

red 186 ◦ green 21 ◦ blue 16

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

Shades of Fire Brick #BA1510

Tints of Fire Brick #BA1510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.42%

 BLUE value IS 16 (6.64% from 255) = 7.17%

R = 83.41%
G = 9.42%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA1510 (or 0xBA1510) is known color: Fire Brick. HEX triplet: BA, 15 and 10. RGB value is (186,21,16). Sum of RGB (Red+Green+Blue) = 186+21+16=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1510 is #45EAEF. Grayscale: #454545. Windows color (decimal): -4582128 or 1054138. OLE color: 1054138.

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

Color convert

RGB 186 21 16 -
CMYK 0 0.89 0.91 0.27
HSL 1.76º 0.84% 0.4% -
HSV(B) 1.76º 0.91% 0.73% -
XYZ 20.61 11.01 1.53 -
YUV 69.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 186 21 16 0 0.89 0.91 0.27 1.76 0.84 0.4
Hex BA 15 10 0 59 5B 1B 2 54 28
Octal 272 25 20 0 131 133 33 2 124 50
Binary 10111010 10101 10000 0 1011001 1011011 11011 10 1010100 101000

Color Harmonies of #BA1510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1510

Black with #BA1510

Text Example


Text Example

White with #BA1510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1510; }

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

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

background-color css

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

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

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

border-color css

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

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

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