Html Css Color HEX #BA291D Fire Brick

📋 copy color: '#BA291D'

red 186 ◦ green 41 ◦ blue 29

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

Shades of Fire Brick #BA291D

Tints of Fire Brick #BA291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 72.66%
G = 16.02%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA291D (or 0xBA291D) is known color: Fire Brick. HEX triplet: BA, 29 and 1D. RGB value is (186,41,29). Sum of RGB (Red+Green+Blue) = 186+41+29=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA291D is #45D6E2. Grayscale: #535353. Windows color (decimal): -4576995 or 1911226. OLE color: 1911226.

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

Color convert

RGB 186 41 29 -
CMYK 0 0.78 0.84 0.27
HSL 4.59º 0.73% 0.42% -
HSV(B) 4.59º 0.84% 0.73% -
XYZ 21.26 12.11 2.38 -
YUV 82.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 186 41 29 0 0.78 0.84 0.27 4.59 0.73 0.42
Hex BA 29 1D 0 4E 54 1B 5 49 2A
Octal 272 51 35 0 116 124 33 5 111 52
Binary 10111010 101001 11101 0 1001110 1010100 11011 101 1001001 101010

Color Harmonies of #BA291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA291D

Black with #BA291D

Text Example


Text Example

White with #BA291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA291D; }

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

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

background-color css

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

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

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

border-color css

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

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

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