Html Css Color HEX #BA2724 Fire Brick

📋 copy color: '#BA2724'

red 186 ◦ green 39 ◦ blue 36

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

Shades of Fire Brick #BA2724

Tints of Fire Brick #BA2724

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.94%

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

R = 71.26%
G = 14.94%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2724 (or 0xBA2724) is known color: Fire Brick. HEX triplet: BA, 27 and 24. RGB value is (186,39,36). Sum of RGB (Red+Green+Blue) = 186+39+36=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2724 is #45D8DB. Grayscale: #525252. Windows color (decimal): -4577500 or 2369466. OLE color: 2369466.

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

Color convert

RGB 186 39 36 -
CMYK 0 0.79 0.81 0.27
HSL 1.2º 0.68% 0.44% -
HSV(B) 1.2º 0.81% 0.73% -
XYZ 21.29 12.02 2.87 -
YUV 82.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 186 39 36 0 0.79 0.81 0.27 1.2 0.68 0.44
Hex BA 27 24 0 4F 51 1B 1 44 2C
Octal 272 47 44 0 117 121 33 1 104 54
Binary 10111010 100111 100100 0 1001111 1010001 11011 1 1000100 101100

Color Harmonies of #BA2724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2724

Black with #BA2724

Text Example


Text Example

White with #BA2724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2724; }

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

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

background-color css

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

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

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

border-color css

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

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

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