Html Css Color HEX #BA2119 Fire Brick

📋 copy color: '#BA2119'

red 186 ◦ green 33 ◦ blue 25

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

Shades of Fire Brick #BA2119

Tints of Fire Brick #BA2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

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

R = 76.23%
G = 13.52%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA2119 (or 0xBA2119) is known color: Fire Brick. HEX triplet: BA, 21 and 19. RGB value is (186,33,25). Sum of RGB (Red+Green+Blue) = 186+33+25=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2119 is #45DEE6. Grayscale: #4E4E4E. Windows color (decimal): -4579047 or 1647034. OLE color: 1647034.

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

Color convert

RGB 186 33 25 -
CMYK 0 0.82 0.87 0.27
HSL 2.98º 0.76% 0.41% -
HSV(B) 2.98º 0.87% 0.73% -
XYZ 20.97 11.6 2.05 -
YUV 77.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 186 33 25 0 0.82 0.87 0.27 2.98 0.76 0.41
Hex BA 21 19 0 52 57 1B 3 4C 29
Octal 272 41 31 0 122 127 33 3 114 51
Binary 10111010 100001 11001 0 1010010 1010111 11011 11 1001100 101001

Color Harmonies of #BA2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2119

Black with #BA2119

Text Example


Text Example

White with #BA2119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2119; }

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

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

background-color css

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

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

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

border-color css

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

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

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