Html Css Color HEX #BA1613 Fire Brick

📋 copy color: '#BA1613'

red 186 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #BA1613

Tints of Fire Brick #BA1613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.69%

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

R = 81.94%
G = 9.69%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA1613 (or 0xBA1613) is known color: Fire Brick. HEX triplet: BA, 16 and 13. RGB value is (186,22,19). Sum of RGB (Red+Green+Blue) = 186+22+19=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1613 is #45E9EC. Grayscale: #464646. Windows color (decimal): -4581869 or 1251002. OLE color: 1251002.

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

Color convert

RGB 186 22 19 -
CMYK 0 0.88 0.90 0.27
HSL 1.08º 0.81% 0.4% -
HSV(B) 1.08º 0.9% 0.73% -
XYZ 20.65 11.06 1.66 -
YUV 70.69 98.83 210.24 -
System Red Green Blue C M Y K H S L
Decimal 186 22 19 0 0.88 0.90 0.27 1.08 0.81 0.4
Hex BA 16 13 0 58 5A 1B 1 51 28
Octal 272 26 23 0 130 132 33 1 121 50
Binary 10111010 10110 10011 0 1011000 1011010 11011 1 1010001 101000

Color Harmonies of #BA1613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1613

Black with #BA1613

Text Example


Text Example

White with #BA1613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1613; }

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

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

background-color css

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

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

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

border-color css

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

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

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