Html Css Color HEX #BA2514 Fire Brick

📋 copy color: '#BA2514'

red 186 ◦ green 37 ◦ blue 20

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

Shades of Fire Brick #BA2514

Tints of Fire Brick #BA2514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 76.54%
G = 15.23%
B = 8.23%

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

#BA2514 (or 0xBA2514) is known color: Fire Brick. HEX triplet: BA, 25 and 14. RGB value is (186,37,20). Sum of RGB (Red+Green+Blue) = 186+37+20=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2514 is #45DAEB. Grayscale: #4F4F4F. Windows color (decimal): -4578028 or 1320378. OLE color: 1320378.

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

Color convert

RGB 186 37 20 -
CMYK 0 0.80 0.89 0.27
HSL 6.14º 0.81% 0.4% -
HSV(B) 6.14º 0.89% 0.73% -
XYZ 21.04 11.81 1.83 -
YUV 79.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 186 37 20 0 0.80 0.89 0.27 6.14 0.81 0.4
Hex BA 25 14 0 50 59 1B 6 51 28
Octal 272 45 24 0 120 131 33 6 121 50
Binary 10111010 100101 10100 0 1010000 1011001 11011 110 1010001 101000

Color Harmonies of #BA2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2514

Black with #BA2514

Text Example


Text Example

White with #BA2514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2514; }

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

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

background-color css

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

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

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

border-color css

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

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

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