Html Css Color HEX #BA1C16 Fire Brick

📋 copy color: '#BA1C16'

red 186 ◦ green 28 ◦ blue 22

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

Shades of Fire Brick #BA1C16

Tints of Fire Brick #BA1C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.86%

 BLUE value IS 22 (8.98% from 255) = 9.32%

R = 78.81%
G = 11.86%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA1C16 (or 0xBA1C16) is known color: Fire Brick. HEX triplet: BA, 1C and 16. RGB value is (186,28,22). Sum of RGB (Red+Green+Blue) = 186+28+22=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C16 is #45E3E9. Grayscale: #4A4A4A. Windows color (decimal): -4580330 or 1449146. OLE color: 1449146.

HSL color Cylindrical-coordinate representation of color #BA1C16: hue angle of 2.2º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1C16 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 28 22 -
CMYK 0 0.85 0.88 0.27
HSL 2.2º 0.79% 0.41% -
HSV(B) 2.2º 0.88% 0.73% -
XYZ 20.81 11.33 1.85 -
YUV 74.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 186 28 22 0 0.85 0.88 0.27 2.2 0.79 0.41
Hex BA 1C 16 0 55 58 1B 2 4F 29
Octal 272 34 26 0 125 130 33 2 117 51
Binary 10111010 11100 10110 0 1010101 1011000 11011 10 1001111 101001

Color Harmonies of #BA1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C16

Black with #BA1C16

Text Example


Text Example

White with #BA1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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