Html Css Color HEX #BA1C10 Fire Brick

📋 copy color: '#BA1C10'

red 186 ◦ green 28 ◦ blue 16

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

Shades of Fire Brick #BA1C10

Tints of Fire Brick #BA1C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 80.87%
G = 12.17%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA1C10 (or 0xBA1C10) is known color: Fire Brick. HEX triplet: BA, 1C and 10. RGB value is (186,28,16). Sum of RGB (Red+Green+Blue) = 186+28+16=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C10 is #45E3EF. Grayscale: #4A4A4A. Windows color (decimal): -4580336 or 1055930. OLE color: 1055930.

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

Color convert

RGB 186 28 16 -
CMYK 0 0.85 0.91 0.27
HSL 4.24º 0.84% 0.4% -
HSV(B) 4.24º 0.91% 0.73% -
XYZ 20.76 11.31 1.58 -
YUV 73.87 95.35 207.98 -
System Red Green Blue C M Y K H S L
Decimal 186 28 16 0 0.85 0.91 0.27 4.24 0.84 0.4
Hex BA 1C 10 0 55 5B 1B 4 54 28
Octal 272 34 20 0 125 133 33 4 124 50
Binary 10111010 11100 10000 0 1010101 1011011 11011 100 1010100 101000

Color Harmonies of #BA1C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C10

Black with #BA1C10

Text Example


Text Example

White with #BA1C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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