Html Css Color HEX #BA1512 Fire Brick

📋 copy color: '#BA1512'

red 186 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #BA1512

Tints of Fire Brick #BA1512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

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

R = 82.67%
G = 9.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA1512 (or 0xBA1512) is known color: Fire Brick. HEX triplet: BA, 15 and 12. RGB value is (186,21,18). Sum of RGB (Red+Green+Blue) = 186+21+18=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1512 is #45EAED. Grayscale: #464646. Windows color (decimal): -4582126 or 1185210. OLE color: 1185210.

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

Color convert

RGB 186 21 18 -
CMYK 0 0.89 0.90 0.27
HSL 1.07º 0.82% 0.4% -
HSV(B) 1.07º 0.9% 0.73% -
XYZ 20.63 11.02 1.61 -
YUV 69.99 98.66 210.74 -
System Red Green Blue C M Y K H S L
Decimal 186 21 18 0 0.89 0.90 0.27 1.07 0.82 0.4
Hex BA 15 12 0 59 5A 1B 1 52 28
Octal 272 25 22 0 131 132 33 1 122 50
Binary 10111010 10101 10010 0 1011001 1011010 11011 1 1010010 101000

Color Harmonies of #BA1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1512

Black with #BA1512

Text Example


Text Example

White with #BA1512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1512; }

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

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

background-color css

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

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

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

border-color css

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

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

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