Html Css Color HEX #BA2415 Fire Brick

📋 copy color: '#BA2415'

red 186 ◦ green 36 ◦ blue 21

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

Shades of Fire Brick #BA2415

Tints of Fire Brick #BA2415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.81%

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

R = 76.54%
G = 14.81%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2415 (or 0xBA2415) is known color: Fire Brick. HEX triplet: BA, 24 and 15. RGB value is (186,36,21). Sum of RGB (Red+Green+Blue) = 186+36+21=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2415 is #45DBEA. Grayscale: #4F4F4F. Windows color (decimal): -4578283 or 1385658. OLE color: 1385658.

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

Color convert

RGB 186 36 21 -
CMYK 0 0.81 0.89 0.27
HSL 5.45º 0.8% 0.41% -
HSV(B) 5.45º 0.89% 0.73% -
XYZ 21.02 11.76 1.87 -
YUV 79.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 186 36 21 0 0.81 0.89 0.27 5.45 0.8 0.41
Hex BA 24 15 0 51 59 1B 5 50 29
Octal 272 44 25 0 121 131 33 5 120 51
Binary 10111010 100100 10101 0 1010001 1011001 11011 101 1010000 101001

Color Harmonies of #BA2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2415

Black with #BA2415

Text Example


Text Example

White with #BA2415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2415; }

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

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

background-color css

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

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

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

border-color css

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

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

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