Html Css Color HEX #BA2924 Fire Brick

📋 copy color: '#BA2924'

red 186 ◦ green 41 ◦ blue 36

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

Shades of Fire Brick #BA2924

Tints of Fire Brick #BA2924

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

 BLUE value IS 36 (14.45% from 255) = 13.69%

R = 70.72%
G = 15.59%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2924 (or 0xBA2924) is known color: Fire Brick. HEX triplet: BA, 29 and 24. RGB value is (186,41,36). Sum of RGB (Red+Green+Blue) = 186+41+36=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2924 is #45D6DB. Grayscale: #535353. Windows color (decimal): -4576988 or 2369978. OLE color: 2369978.

HSL color Cylindrical-coordinate representation of color #BA2924: hue angle of 2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2924 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 36 -
CMYK 0 0.78 0.81 0.27
HSL 0.68% 0.44% -
HSV(B) 0.81% 0.73% -
XYZ 21.36 12.15 2.89 -
YUV 83.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 186 41 36 0 0.78 0.81 0.27 2 0.68 0.44
Hex BA 29 24 0 4E 51 1B 2 44 2C
Octal 272 51 44 0 116 121 33 2 104 54
Binary 10111010 101001 100100 0 1001110 1010001 11011 10 1000100 101100

Color Harmonies of #BA2924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2924

Black with #BA2924

Text Example


Text Example

White with #BA2924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2924; }

 p { color: rgb(186,41,36); }

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

background-color css

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

 a { background-color: rgb(186,41,36); }

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

border-color css

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

 span { border-color: rgb(186,41,36); }

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