Html Css Color HEX #BA2525 Fire Brick

📋 copy color: '#BA2525'

red 186 ◦ green 37 ◦ blue 37

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

Shades of Fire Brick #BA2525

Tints of Fire Brick #BA2525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.23%

R = 71.54%
G = 14.23%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA2525 (or 0xBA2525) is known color: Fire Brick. HEX triplet: BA, 25 and 25. RGB value is (186,37,37). Sum of RGB (Red+Green+Blue) = 186+37+37=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2525 is #45DADA. Grayscale: #515151. Windows color (decimal): -4578011 or 2434490. OLE color: 2434490.

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

Color convert

RGB 186 37 37 -
CMYK 0 0.80 0.80 0.27
HSL 0.67% 0.44% -
HSV(B) 0.8% 0.73% -
XYZ 21.25 11.9 2.93 -
YUV 81.55 102.86 202.5 -
System Red Green Blue C M Y K H S L
Decimal 186 37 37 0 0.80 0.80 0.27 0 0.67 0.44
Hex BA 25 25 0 50 50 1B 0 43 2C
Octal 272 45 45 0 120 120 33 0 103 54
Binary 10111010 100101 100101 0 1010000 1010000 11011 0 1000011 101100

Color Harmonies of #BA2525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2525

Black with #BA2525

Text Example


Text Example

White with #BA2525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2525; }

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

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

background-color css

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

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

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

border-color css

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

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

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