Html Css Color HEX #BA2619 Fire Brick

📋 copy color: '#BA2619'

red 186 ◦ green 38 ◦ blue 25

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

Shades of Fire Brick #BA2619

Tints of Fire Brick #BA2619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.26%

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

R = 74.7%
G = 15.26%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA2619 (or 0xBA2619) is known color: Fire Brick. HEX triplet: BA, 26 and 19. RGB value is (186,38,25). Sum of RGB (Red+Green+Blue) = 186+38+25=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2619 is #45D9E6. Grayscale: #505050. Windows color (decimal): -4577767 or 1648314. OLE color: 1648314.

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

Color convert

RGB 186 38 25 -
CMYK 0 0.80 0.87 0.27
HSL 4.84º 0.76% 0.41% -
HSV(B) 4.84º 0.87% 0.73% -
XYZ 21.12 11.9 2.1 -
YUV 80.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 186 38 25 0 0.80 0.87 0.27 4.84 0.76 0.41
Hex BA 26 19 0 50 57 1B 5 4C 29
Octal 272 46 31 0 120 127 33 5 114 51
Binary 10111010 100110 11001 0 1010000 1010111 11011 101 1001100 101001

Color Harmonies of #BA2619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2619

Black with #BA2619

Text Example


Text Example

White with #BA2619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2619; }

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

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

background-color css

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

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

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

border-color css

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

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

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