Html Css Color HEX #BA1F19 Fire Brick

📋 copy color: '#BA1F19'

red 186 ◦ green 31 ◦ blue 25

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

Shades of Fire Brick #BA1F19

Tints of Fire Brick #BA1F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.33%

R = 76.86%
G = 12.81%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA1F19 (or 0xBA1F19) is known color: Fire Brick. HEX triplet: BA, 1F and 19. RGB value is (186,31,25). Sum of RGB (Red+Green+Blue) = 186+31+25=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F19 is #45E0E6. Grayscale: #4C4C4C. Windows color (decimal): -4579559 or 1646522. OLE color: 1646522.

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

Color convert

RGB 186 31 25 -
CMYK 0 0.83 0.87 0.27
HSL 2.24º 0.76% 0.41% -
HSV(B) 2.24º 0.87% 0.73% -
XYZ 20.92 11.49 2.04 -
YUV 76.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 186 31 25 0 0.83 0.87 0.27 2.24 0.76 0.41
Hex BA 1F 19 0 53 57 1B 2 4C 29
Octal 272 37 31 0 123 127 33 2 114 51
Binary 10111010 11111 11001 0 1010011 1010111 11011 10 1001100 101001

Color Harmonies of #BA1F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F19

Black with #BA1F19

Text Example


Text Example

White with #BA1F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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