Html Css Color HEX #BA1410 Fire Brick

📋 copy color: '#BA1410'

red 186 ◦ green 20 ◦ blue 16

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

Shades of Fire Brick #BA1410

Tints of Fire Brick #BA1410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.01%

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

R = 83.78%
G = 9.01%
B = 7.21%

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

#BA1410 (or 0xBA1410) is known color: Fire Brick. HEX triplet: BA, 14 and 10. RGB value is (186,20,16). Sum of RGB (Red+Green+Blue) = 186+20+16=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1410 is #45EBEF. Grayscale: #454545. Windows color (decimal): -4582384 or 1053882. OLE color: 1053882.

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

Color convert

RGB 186 20 16 -
CMYK 0 0.89 0.91 0.27
HSL 1.41º 0.84% 0.4% -
HSV(B) 1.41º 0.91% 0.73% -
XYZ 20.59 10.98 1.52 -
YUV 69.18 98 211.33 -
System Red Green Blue C M Y K H S L
Decimal 186 20 16 0 0.89 0.91 0.27 1.41 0.84 0.4
Hex BA 14 10 0 59 5B 1B 1 54 28
Octal 272 24 20 0 131 133 33 1 124 50
Binary 10111010 10100 10000 0 1011001 1011011 11011 1 1010100 101000

Color Harmonies of #BA1410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1410

Black with #BA1410

Text Example


Text Example

White with #BA1410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1410; }

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

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

background-color css

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

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

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

border-color css

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

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

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