Html Css Color HEX #BA2515 Fire Brick

📋 copy color: '#BA2515'

red 186 ◦ green 37 ◦ blue 21

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

Shades of Fire Brick #BA2515

Tints of Fire Brick #BA2515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.61%

R = 76.23%
G = 15.16%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2515 (or 0xBA2515) is known color: Fire Brick. HEX triplet: BA, 25 and 15. RGB value is (186,37,21). Sum of RGB (Red+Green+Blue) = 186+37+21=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2515 is #45DAEA. Grayscale: #4F4F4F. Windows color (decimal): -4578027 or 1385914. OLE color: 1385914.

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

Color convert

RGB 186 37 21 -
CMYK 0 0.80 0.89 0.27
HSL 5.82º 0.8% 0.41% -
HSV(B) 5.82º 0.89% 0.73% -
XYZ 21.05 11.82 1.88 -
YUV 79.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 186 37 21 0 0.80 0.89 0.27 5.82 0.8 0.41
Hex BA 25 15 0 50 59 1B 6 50 29
Octal 272 45 25 0 120 131 33 6 120 51
Binary 10111010 100101 10101 0 1010000 1011001 11011 110 1010000 101001

Color Harmonies of #BA2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2515

Black with #BA2515

Text Example


Text Example

White with #BA2515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2515; }

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

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

background-color css

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

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

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

border-color css

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

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

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