Html Css Color HEX #BA1310 Fire Brick

📋 copy color: '#BA1310'

red 186 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #BA1310

Tints of Fire Brick #BA1310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

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

R = 84.16%
G = 8.6%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA1310 (or 0xBA1310) is known color: Fire Brick. HEX triplet: BA, 13 and 10. RGB value is (186,19,16). Sum of RGB (Red+Green+Blue) = 186+19+16=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1310 is #45ECEF. Grayscale: #444444. Windows color (decimal): -4582640 or 1053626. OLE color: 1053626.

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

Color convert

RGB 186 19 16 -
CMYK 0 0.90 0.91 0.27
HSL 1.06º 0.84% 0.4% -
HSV(B) 1.06º 0.91% 0.73% -
XYZ 20.58 10.94 1.52 -
YUV 68.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 186 19 16 0 0.90 0.91 0.27 1.06 0.84 0.4
Hex BA 13 10 0 5A 5B 1B 1 54 28
Octal 272 23 20 0 132 133 33 1 124 50
Binary 10111010 10011 10000 0 1011010 1011011 11011 1 1010100 101000

Color Harmonies of #BA1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1310

Black with #BA1310

Text Example


Text Example

White with #BA1310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1310; }

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

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

background-color css

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

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

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

border-color css

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

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

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