Html Css Color HEX #BA291E Fire Brick

📋 copy color: '#BA291E'

red 186 ◦ green 41 ◦ blue 30

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

Shades of Fire Brick #BA291E

Tints of Fire Brick #BA291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 72.37%
G = 15.95%
B = 11.67%

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

#BA291E (or 0xBA291E) is known color: Fire Brick. HEX triplet: BA, 29 and 1E. RGB value is (186,41,30). Sum of RGB (Red+Green+Blue) = 186+41+30=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA291E is #45D6E1. Grayscale: #535353. Windows color (decimal): -4576994 or 1976762. OLE color: 1976762.

HSL color Cylindrical-coordinate representation of color #BA291E: hue angle of 4.23º degrees, saturation: 0.72, 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 #BA291E is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 30 -
CMYK 0 0.78 0.84 0.27
HSL 4.23º 0.72% 0.42% -
HSV(B) 4.23º 0.84% 0.73% -
XYZ 21.28 12.12 2.45 -
YUV 83.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 186 41 30 0 0.78 0.84 0.27 4.23 0.72 0.42
Hex BA 29 1E 0 4E 54 1B 4 48 2A
Octal 272 51 36 0 116 124 33 4 110 52
Binary 10111010 101001 11110 0 1001110 1010100 11011 100 1001000 101010

Color Harmonies of #BA291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA291E

Black with #BA291E

Text Example


Text Example

White with #BA291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA291E; }

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

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

background-color css

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

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

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

border-color css

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

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

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