Html Css Color HEX #BA1F10 Fire Brick

📋 copy color: '#BA1F10'

red 186 ◦ green 31 ◦ blue 16

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

Shades of Fire Brick #BA1F10

Tints of Fire Brick #BA1F10

RGB

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

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

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

R = 79.83%
G = 13.3%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA1F10 (or 0xBA1F10) is known color: Fire Brick. HEX triplet: BA, 1F and 10. RGB value is (186,31,16). Sum of RGB (Red+Green+Blue) = 186+31+16=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F10 is #45E0EF. Grayscale: #4B4B4B. Windows color (decimal): -4579568 or 1056698. OLE color: 1056698.

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

Color convert

RGB 186 31 16 -
CMYK 0 0.83 0.91 0.27
HSL 5.29º 0.84% 0.4% -
HSV(B) 5.29º 0.91% 0.73% -
XYZ 20.83 11.46 1.6 -
YUV 75.64 94.35 206.72 -
System Red Green Blue C M Y K H S L
Decimal 186 31 16 0 0.83 0.91 0.27 5.29 0.84 0.4
Hex BA 1F 10 0 53 5B 1B 5 54 28
Octal 272 37 20 0 123 133 33 5 124 50
Binary 10111010 11111 10000 0 1010011 1011011 11011 101 1010100 101000

Color Harmonies of #BA1F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F10

Black with #BA1F10

Text Example


Text Example

White with #BA1F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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