Html Css Color HEX #BA1910 Fire Brick

📋 copy color: '#BA1910'

red 186 ◦ green 25 ◦ blue 16

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

Shades of Fire Brick #BA1910

Tints of Fire Brick #BA1910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 81.94%
G = 11.01%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA1910 (or 0xBA1910) is known color: Fire Brick. HEX triplet: BA, 19 and 10. RGB value is (186,25,16). Sum of RGB (Red+Green+Blue) = 186+25+16=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1910 is #45E6EF. Grayscale: #484848. Windows color (decimal): -4581104 or 1055162. OLE color: 1055162.

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

Color convert

RGB 186 25 16 -
CMYK 0 0.87 0.91 0.27
HSL 3.18º 0.84% 0.4% -
HSV(B) 3.18º 0.91% 0.73% -
XYZ 20.69 11.17 1.56 -
YUV 72.11 96.34 209.23 -
System Red Green Blue C M Y K H S L
Decimal 186 25 16 0 0.87 0.91 0.27 3.18 0.84 0.4
Hex BA 19 10 0 57 5B 1B 3 54 28
Octal 272 31 20 0 127 133 33 3 124 50
Binary 10111010 11001 10000 0 1010111 1011011 11011 11 1010100 101000

Color Harmonies of #BA1910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1910

Black with #BA1910

Text Example


Text Example

White with #BA1910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1910; }

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

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

background-color css

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

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

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

border-color css

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

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

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