Html Css Color HEX #BA2520 Fire Brick

📋 copy color: '#BA2520'

red 186 ◦ green 37 ◦ blue 32

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

Shades of Fire Brick #BA2520

Tints of Fire Brick #BA2520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 72.94%
G = 14.51%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA2520 (or 0xBA2520) is known color: Fire Brick. HEX triplet: BA, 25 and 20. RGB value is (186,37,32). Sum of RGB (Red+Green+Blue) = 186+37+32=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2520 is #45DADF. Grayscale: #515151. Windows color (decimal): -4578016 or 2106810. OLE color: 2106810.

HSL color Cylindrical-coordinate representation of color #BA2520: hue angle of 1.95º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2520 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 32 -
CMYK 0 0.80 0.83 0.27
HSL 1.95º 0.71% 0.43% -
HSV(B) 1.95º 0.83% 0.73% -
XYZ 21.17 11.87 2.54 -
YUV 80.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 186 37 32 0 0.80 0.83 0.27 1.95 0.71 0.43
Hex BA 25 20 0 50 53 1B 2 47 2B
Octal 272 45 40 0 120 123 33 2 107 53
Binary 10111010 100101 100000 0 1010000 1010011 11011 10 1000111 101011

Color Harmonies of #BA2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2520

Black with #BA2520

Text Example


Text Example

White with #BA2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2520; }

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

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

background-color css

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

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

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

border-color css

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

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

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