Html Css Color HEX #BA2313 Fire Brick

📋 copy color: '#BA2313'

red 186 ◦ green 35 ◦ blue 19

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

Shades of Fire Brick #BA2313

Tints of Fire Brick #BA2313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 77.5%
G = 14.58%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA2313 (or 0xBA2313) is known color: Fire Brick. HEX triplet: BA, 23 and 13. RGB value is (186,35,19). Sum of RGB (Red+Green+Blue) = 186+35+19=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2313 is #45DCEC. Grayscale: #4E4E4E. Windows color (decimal): -4578541 or 1254330. OLE color: 1254330.

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

Color convert

RGB 186 35 19 -
CMYK 0 0.81 0.90 0.27
HSL 5.75º 0.81% 0.4% -
HSV(B) 5.75º 0.9% 0.73% -
XYZ 20.97 11.69 1.77 -
YUV 78.33 94.53 204.8 -
System Red Green Blue C M Y K H S L
Decimal 186 35 19 0 0.81 0.90 0.27 5.75 0.81 0.4
Hex BA 23 13 0 51 5A 1B 6 51 28
Octal 272 43 23 0 121 132 33 6 121 50
Binary 10111010 100011 10011 0 1010001 1011010 11011 110 1010001 101000

Color Harmonies of #BA2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2313

Black with #BA2313

Text Example


Text Example

White with #BA2313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2313; }

 p { color: rgb(186,35,19); }

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

background-color css

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

 a { background-color: rgb(186,35,19); }

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

border-color css

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

 span { border-color: rgb(186,35,19); }

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