Html Css Color HEX #BA2719 Fire Brick

📋 copy color: '#BA2719'

red 186 ◦ green 39 ◦ blue 25

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

Shades of Fire Brick #BA2719

Tints of Fire Brick #BA2719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.6%

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

R = 74.4%
G = 15.6%
B = 10%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA2719 (or 0xBA2719) is known color: Fire Brick. HEX triplet: BA, 27 and 19. RGB value is (186,39,25). Sum of RGB (Red+Green+Blue) = 186+39+25=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2719 is #45D8E6. Grayscale: #515151. Windows color (decimal): -4577511 or 1648570. OLE color: 1648570.

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

Color convert

RGB 186 39 25 -
CMYK 0 0.79 0.87 0.27
HSL 5.22º 0.76% 0.41% -
HSV(B) 5.22º 0.87% 0.73% -
XYZ 21.15 11.96 2.11 -
YUV 81.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 186 39 25 0 0.79 0.87 0.27 5.22 0.76 0.41
Hex BA 27 19 0 4F 57 1B 5 4C 29
Octal 272 47 31 0 117 127 33 5 114 51
Binary 10111010 100111 11001 0 1001111 1010111 11011 101 1001100 101001

Color Harmonies of #BA2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2719

Black with #BA2719

Text Example


Text Example

White with #BA2719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2719; }

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

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

background-color css

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

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

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

border-color css

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

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

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