Html Css Color HEX #BA2019 Fire Brick

📋 copy color: '#BA2019'

red 186 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #BA2019

Tints of Fire Brick #BA2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

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

R = 76.54%
G = 13.17%
B = 10.29%

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

#BA2019 (or 0xBA2019) is known color: Fire Brick. HEX triplet: BA, 20 and 19. RGB value is (186,32,25). Sum of RGB (Red+Green+Blue) = 186+32+25=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2019 is #45DFE6. Grayscale: #4D4D4D. Windows color (decimal): -4579303 or 1646778. OLE color: 1646778.

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

Color convert

RGB 186 32 25 -
CMYK 0 0.83 0.87 0.27
HSL 2.61º 0.76% 0.41% -
HSV(B) 2.61º 0.87% 0.73% -
XYZ 20.94 11.54 2.04 -
YUV 77.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 186 32 25 0 0.83 0.87 0.27 2.61 0.76 0.41
Hex BA 20 19 0 53 57 1B 3 4C 29
Octal 272 40 31 0 123 127 33 3 114 51
Binary 10111010 100000 11001 0 1010011 1010111 11011 11 1001100 101001

Color Harmonies of #BA2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2019

Black with #BA2019

Text Example


Text Example

White with #BA2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2019; }

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

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

background-color css

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

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

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

border-color css

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

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

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