Html Css Color HEX #BA2419 Fire Brick

📋 copy color: '#BA2419'

red 186 ◦ green 36 ◦ blue 25

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

Shades of Fire Brick #BA2419

Tints of Fire Brick #BA2419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 75.3%
G = 14.57%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA2419 (or 0xBA2419) is known color: Fire Brick. HEX triplet: BA, 24 and 19. RGB value is (186,36,25). Sum of RGB (Red+Green+Blue) = 186+36+25=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2419 is #45DBE6. Grayscale: #4F4F4F. Windows color (decimal): -4578279 or 1647802. OLE color: 1647802.

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

Color convert

RGB 186 36 25 -
CMYK 0 0.81 0.87 0.27
HSL 4.1º 0.76% 0.41% -
HSV(B) 4.1º 0.87% 0.73% -
XYZ 21.06 11.77 2.08 -
YUV 79.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 186 36 25 0 0.81 0.87 0.27 4.1 0.76 0.41
Hex BA 24 19 0 51 57 1B 4 4C 29
Octal 272 44 31 0 121 127 33 4 114 51
Binary 10111010 100100 11001 0 1010001 1010111 11011 100 1001100 101001

Color Harmonies of #BA2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2419

Black with #BA2419

Text Example


Text Example

White with #BA2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2419; }

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

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

background-color css

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

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

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

border-color css

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

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

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