Html Css Color HEX #BA1710 Fire Brick

📋 copy color: '#BA1710'

red 186 ◦ green 23 ◦ blue 16

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

Shades of Fire Brick #BA1710

Tints of Fire Brick #BA1710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

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

R = 82.67%
G = 10.22%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA1710 (or 0xBA1710) is known color: Fire Brick. HEX triplet: BA, 17 and 10. RGB value is (186,23,16). Sum of RGB (Red+Green+Blue) = 186+23+16=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1710 is #45E8EF. Grayscale: #474747. Windows color (decimal): -4581616 or 1054650. OLE color: 1054650.

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

Color convert

RGB 186 23 16 -
CMYK 0 0.88 0.91 0.27
HSL 2.47º 0.84% 0.4% -
HSV(B) 2.47º 0.91% 0.73% -
XYZ 20.65 11.09 1.54 -
YUV 70.94 97 210.07 -
System Red Green Blue C M Y K H S L
Decimal 186 23 16 0 0.88 0.91 0.27 2.47 0.84 0.4
Hex BA 17 10 0 58 5B 1B 2 54 28
Octal 272 27 20 0 130 133 33 2 124 50
Binary 10111010 10111 10000 0 1011000 1011011 11011 10 1010100 101000

Color Harmonies of #BA1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1710

Black with #BA1710

Text Example


Text Example

White with #BA1710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1710; }

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

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

background-color css

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

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

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

border-color css

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

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

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