Html Css Color HEX #BA1D19 Fire Brick

📋 copy color: '#BA1D19'

red 186 ◦ green 29 ◦ blue 25

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

Shades of Fire Brick #BA1D19

Tints of Fire Brick #BA1D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.08%

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

R = 77.5%
G = 12.08%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA1D19 (or 0xBA1D19) is known color: Fire Brick. HEX triplet: BA, 1D and 19. RGB value is (186,29,25). Sum of RGB (Red+Green+Blue) = 186+29+25=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D19 is #45E2E6. Grayscale: #4B4B4B. Windows color (decimal): -4580071 or 1646010. OLE color: 1646010.

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

Color convert

RGB 186 29 25 -
CMYK 0 0.84 0.87 0.27
HSL 1.49º 0.76% 0.41% -
HSV(B) 1.49º 0.87% 0.73% -
XYZ 20.86 11.39 2.02 -
YUV 75.49 99.51 206.83 -
System Red Green Blue C M Y K H S L
Decimal 186 29 25 0 0.84 0.87 0.27 1.49 0.76 0.41
Hex BA 1D 19 0 54 57 1B 1 4C 29
Octal 272 35 31 0 124 127 33 1 114 51
Binary 10111010 11101 11001 0 1010100 1010111 11011 1 1001100 101001

Color Harmonies of #BA1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D19

Black with #BA1D19

Text Example


Text Example

White with #BA1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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