Html Css Color HEX #BA1810 Fire Brick

📋 copy color: '#BA1810'

red 186 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #BA1810

Tints of Fire Brick #BA1810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

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

R = 82.3%
G = 10.62%
B = 7.08%

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

#BA1810 (or 0xBA1810) is known color: Fire Brick. HEX triplet: BA, 18 and 10. RGB value is (186,24,16). Sum of RGB (Red+Green+Blue) = 186+24+16=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1810 is #45E7EF. Grayscale: #474747. Windows color (decimal): -4581360 or 1054906. OLE color: 1054906.

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

Color convert

RGB 186 24 16 -
CMYK 0 0.87 0.91 0.27
HSL 2.82º 0.84% 0.4% -
HSV(B) 2.82º 0.91% 0.73% -
XYZ 20.67 11.13 1.55 -
YUV 71.53 96.67 209.65 -
System Red Green Blue C M Y K H S L
Decimal 186 24 16 0 0.87 0.91 0.27 2.82 0.84 0.4
Hex BA 18 10 0 57 5B 1B 3 54 28
Octal 272 30 20 0 127 133 33 3 124 50
Binary 10111010 11000 10000 0 1010111 1011011 11011 11 1010100 101000

Color Harmonies of #BA1810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1810

Black with #BA1810

Text Example


Text Example

White with #BA1810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1810; }

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

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

background-color css

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

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

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

border-color css

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

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

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