Html Css Color HEX #BA1A12 Fire Brick

📋 copy color: '#BA1A12'

red 186 ◦ green 26 ◦ blue 18

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

Shades of Fire Brick #BA1A12

Tints of Fire Brick #BA1A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.3%

 BLUE value IS 18 (7.42% from 255) = 7.83%

R = 80.87%
G = 11.3%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA1A12 (or 0xBA1A12) is known color: Fire Brick. HEX triplet: BA, 1A and 12. RGB value is (186,26,18). Sum of RGB (Red+Green+Blue) = 186+26+18=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A12 is #45E5ED. Grayscale: #494949. Windows color (decimal): -4580846 or 1186490. OLE color: 1186490.

HSL color Cylindrical-coordinate representation of color #BA1A12: hue angle of 2.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1A12 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 26 18 -
CMYK 0 0.86 0.90 0.27
HSL 2.86º 0.82% 0.4% -
HSV(B) 2.86º 0.9% 0.73% -
XYZ 20.73 11.22 1.65 -
YUV 72.93 97.01 208.65 -
System Red Green Blue C M Y K H S L
Decimal 186 26 18 0 0.86 0.90 0.27 2.86 0.82 0.4
Hex BA 1A 12 0 56 5A 1B 3 52 28
Octal 272 32 22 0 126 132 33 3 122 50
Binary 10111010 11010 10010 0 1010110 1011010 11011 11 1010010 101000

Color Harmonies of #BA1A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A12

Black with #BA1A12

Text Example


Text Example

White with #BA1A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A12; }

 p { color: rgb(186,26,18); }

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

background-color css

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

 a { background-color: rgb(186,26,18); }

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

border-color css

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

 span { border-color: rgb(186,26,18); }

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