Html Css Color HEX #BA2511 Fire Brick

📋 copy color: '#BA2511'

red 186 ◦ green 37 ◦ blue 17

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

Shades of Fire Brick #BA2511

Tints of Fire Brick #BA2511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 77.5%
G = 15.42%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA2511 (or 0xBA2511) is known color: Fire Brick. HEX triplet: BA, 25 and 11. RGB value is (186,37,17). Sum of RGB (Red+Green+Blue) = 186+37+17=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2511 is #45DAEE. Grayscale: #4F4F4F. Windows color (decimal): -4578031 or 1123770. OLE color: 1123770.

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

Color convert

RGB 186 37 17 -
CMYK 0 0.80 0.91 0.27
HSL 7.1º 0.83% 0.4% -
HSV(B) 7.1º 0.91% 0.73% -
XYZ 21.01 11.8 1.7 -
YUV 79.27 92.86 204.13 -
System Red Green Blue C M Y K H S L
Decimal 186 37 17 0 0.80 0.91 0.27 7.1 0.83 0.4
Hex BA 25 11 0 50 5B 1B 7 53 28
Octal 272 45 21 0 120 133 33 7 123 50
Binary 10111010 100101 10001 0 1010000 1011011 11011 111 1010011 101000

Color Harmonies of #BA2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2511

Black with #BA2511

Text Example


Text Example

White with #BA2511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2511; }

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

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

background-color css

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

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

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

border-color css

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

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

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