Html Css Color HEX #BA2015 Fire Brick

📋 copy color: '#BA2015'

red 186 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #BA2015

Tints of Fire Brick #BA2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.39%

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

R = 77.82%
G = 13.39%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2015 (or 0xBA2015) is known color: Fire Brick. HEX triplet: BA, 20 and 15. RGB value is (186,32,21). Sum of RGB (Red+Green+Blue) = 186+32+21=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2015 is #45DFEA. Grayscale: #4C4C4C. Windows color (decimal): -4579307 or 1384634. OLE color: 1384634.

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

Color convert

RGB 186 32 21 -
CMYK 0 0.83 0.89 0.27
HSL 0.8% 0.41% -
HSV(B) 0.89% 0.73% -
XYZ 20.9 11.53 1.83 -
YUV 76.79 96.52 205.89 -
System Red Green Blue C M Y K H S L
Decimal 186 32 21 0 0.83 0.89 0.27 4 0.8 0.41
Hex BA 20 15 0 53 59 1B 4 50 29
Octal 272 40 25 0 123 131 33 4 120 51
Binary 10111010 100000 10101 0 1010011 1011001 11011 100 1010000 101001

Color Harmonies of #BA2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2015

Black with #BA2015

Text Example


Text Example

White with #BA2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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