Html Css Color HEX #BA291B Fire Brick

📋 copy color: '#BA291B'

red 186 ◦ green 41 ◦ blue 27

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

Shades of Fire Brick #BA291B

Tints of Fire Brick #BA291B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 73.23%
G = 16.14%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA291B (or 0xBA291B) is known color: Fire Brick. HEX triplet: BA, 29 and 1B. RGB value is (186,41,27). Sum of RGB (Red+Green+Blue) = 186+41+27=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA291B is #45D6E4. Grayscale: #525252. Windows color (decimal): -4576997 or 1780154. OLE color: 1780154.

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

Color convert

RGB 186 41 27 -
CMYK 0 0.78 0.85 0.27
HSL 5.28º 0.75% 0.42% -
HSV(B) 5.28º 0.85% 0.73% -
XYZ 21.24 12.1 2.25 -
YUV 82.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 186 41 27 0 0.78 0.85 0.27 5.28 0.75 0.42
Hex BA 29 1B 0 4E 55 1B 5 4B 2A
Octal 272 51 33 0 116 125 33 5 113 52
Binary 10111010 101001 11011 0 1001110 1010101 11011 101 1001011 101010

Color Harmonies of #BA291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA291B

Black with #BA291B

Text Example


Text Example

White with #BA291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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