Html Css Color HEX #BA1F13 Fire Brick

📋 copy color: '#BA1F13'

red 186 ◦ green 31 ◦ blue 19

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

Shades of Fire Brick #BA1F13

Tints of Fire Brick #BA1F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.14%

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 78.81%
G = 13.14%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA1F13 (or 0xBA1F13) is known color: Fire Brick. HEX triplet: BA, 1F and 13. RGB value is (186,31,19). Sum of RGB (Red+Green+Blue) = 186+31+19=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F13 is #45E0EC. Grayscale: #4C4C4C. Windows color (decimal): -4579565 or 1253306. OLE color: 1253306.

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

Color convert

RGB 186 31 19 -
CMYK 0 0.83 0.90 0.27
HSL 4.31º 0.81% 0.4% -
HSV(B) 4.31º 0.9% 0.73% -
XYZ 20.86 11.47 1.73 -
YUV 75.98 95.85 206.48 -
System Red Green Blue C M Y K H S L
Decimal 186 31 19 0 0.83 0.90 0.27 4.31 0.81 0.4
Hex BA 1F 13 0 53 5A 1B 4 51 28
Octal 272 37 23 0 123 132 33 4 121 50
Binary 10111010 11111 10011 0 1010011 1011010 11011 100 1010001 101000

Color Harmonies of #BA1F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F13

Black with #BA1F13

Text Example


Text Example

White with #BA1F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F13; }

 p { color: rgb(186,31,19); }

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

background-color css

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

 a { background-color: rgb(186,31,19); }

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

border-color css

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

 span { border-color: rgb(186,31,19); }

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