Html Css Color HEX #BA2925 Fire Brick

📋 copy color: '#BA2925'

red 186 ◦ green 41 ◦ blue 37

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

Shades of Fire Brick #BA2925

Tints of Fire Brick #BA2925

RGB

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

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

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

R = 70.45%
G = 15.53%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA2925 (or 0xBA2925) is known color: Fire Brick. HEX triplet: BA, 29 and 25. RGB value is (186,41,37). Sum of RGB (Red+Green+Blue) = 186+41+37=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2925 is #45D6DA. Grayscale: #545454. Windows color (decimal): -4576987 or 2435514. OLE color: 2435514.

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

Color convert

RGB 186 41 37 -
CMYK 0 0.78 0.80 0.27
HSL 1.61º 0.67% 0.44% -
HSV(B) 1.61º 0.8% 0.73% -
XYZ 21.38 12.16 2.97 -
YUV 83.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 186 41 37 0 0.78 0.80 0.27 1.61 0.67 0.44
Hex BA 29 25 0 4E 50 1B 2 43 2C
Octal 272 51 45 0 116 120 33 2 103 54
Binary 10111010 101001 100101 0 1001110 1010000 11011 10 1000011 101100

Color Harmonies of #BA2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2925

Black with #BA2925

Text Example


Text Example

White with #BA2925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2925; }

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

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

background-color css

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

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

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

border-color css

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

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

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