Html Css Color HEX #BA2625 Fire Brick

📋 copy color: '#BA2625'

red 186 ◦ green 38 ◦ blue 37

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

Shades of Fire Brick #BA2625

Tints of Fire Brick #BA2625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

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

R = 71.26%
G = 14.56%
B = 14.18%

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

#BA2625 (or 0xBA2625) is known color: Fire Brick. HEX triplet: BA, 26 and 25. RGB value is (186,38,37). Sum of RGB (Red+Green+Blue) = 186+38+37=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2625 is #45D9DA. Grayscale: #525252. Windows color (decimal): -4577755 or 2434746. OLE color: 2434746.

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

Color convert

RGB 186 38 37 -
CMYK 0 0.80 0.80 0.27
HSL 0.4º 0.67% 0.44% -
HSV(B) 0.4º 0.8% 0.73% -
XYZ 21.28 11.96 2.94 -
YUV 82.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 186 38 37 0 0.80 0.80 0.27 0.4 0.67 0.44
Hex BA 26 25 0 50 50 1B 0 43 2C
Octal 272 46 45 0 120 120 33 0 103 54
Binary 10111010 100110 100101 0 1010000 1010000 11011 0 1000011 101100

Color Harmonies of #BA2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2625

Black with #BA2625

Text Example


Text Example

White with #BA2625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2625; }

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

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

background-color css

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

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

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

border-color css

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

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

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