Html Css Color HEX #BA2524 Fire Brick

📋 copy color: '#BA2524'

red 186 ◦ green 37 ◦ blue 36

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

Shades of Fire Brick #BA2524

Tints of Fire Brick #BA2524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.29%

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

R = 71.81%
G = 14.29%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2524 (or 0xBA2524) is known color: Fire Brick. HEX triplet: BA, 25 and 24. RGB value is (186,37,36). Sum of RGB (Red+Green+Blue) = 186+37+36=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2524 is #45DADB. Grayscale: #515151. Windows color (decimal): -4578012 or 2368954. OLE color: 2368954.

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

Color convert

RGB 186 37 36 -
CMYK 0 0.80 0.81 0.27
HSL 0.4º 0.68% 0.44% -
HSV(B) 0.4º 0.81% 0.73% -
XYZ 21.23 11.89 2.85 -
YUV 81.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 186 37 36 0 0.80 0.81 0.27 0.4 0.68 0.44
Hex BA 25 24 0 50 51 1B 0 44 2C
Octal 272 45 44 0 120 121 33 0 104 54
Binary 10111010 100101 100100 0 1010000 1010001 11011 0 1000100 101100

Color Harmonies of #BA2524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2524

Black with #BA2524

Text Example


Text Example

White with #BA2524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2524; }

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

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

background-color css

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

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

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

border-color css

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

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

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