Html Css Color HEX #BA291A Fire Brick

📋 copy color: '#BA291A'

red 186 ◦ green 41 ◦ blue 26

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

Shades of Fire Brick #BA291A

Tints of Fire Brick #BA291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.21%

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 73.52%
G = 16.21%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA291A (or 0xBA291A) is known color: Fire Brick. HEX triplet: BA, 29 and 1A. RGB value is (186,41,26). Sum of RGB (Red+Green+Blue) = 186+41+26=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA291A is #45D6E5. Grayscale: #525252. Windows color (decimal): -4576998 or 1714618. OLE color: 1714618.

HSL color Cylindrical-coordinate representation of color #BA291A: hue angle of 5.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA291A is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 26 -
CMYK 0 0.78 0.86 0.27
HSL 5.63º 0.75% 0.42% -
HSV(B) 5.63º 0.86% 0.73% -
XYZ 21.23 12.1 2.19 -
YUV 82.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 186 41 26 0 0.78 0.86 0.27 5.63 0.75 0.42
Hex BA 29 1A 0 4E 56 1B 6 4B 2A
Octal 272 51 32 0 116 126 33 6 113 52
Binary 10111010 101001 11010 0 1001110 1010110 11011 110 1001011 101010

Color Harmonies of #BA291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA291A

Black with #BA291A

Text Example


Text Example

White with #BA291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA291A; }

 p { color: rgb(186,41,26); }

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

background-color css

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

 a { background-color: rgb(186,41,26); }

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

border-color css

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

 span { border-color: rgb(186,41,26); }

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