Html Css Color HEX #BA1E1D Fire Brick

📋 copy color: '#BA1E1D'

red 186 ◦ green 30 ◦ blue 29

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

Shades of Fire Brick #BA1E1D

Tints of Fire Brick #BA1E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.24%

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

R = 75.92%
G = 12.24%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA1E1D (or 0xBA1E1D) is known color: Fire Brick. HEX triplet: BA, 1E and 1D. RGB value is (186,30,29). Sum of RGB (Red+Green+Blue) = 186+30+29=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E1D is #45E1E2. Grayscale: #4C4C4C. Windows color (decimal): -4579811 or 1908410. OLE color: 1908410.

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

Color convert

RGB 186 30 29 -
CMYK 0 0.84 0.84 0.27
HSL 0.38º 0.73% 0.42% -
HSV(B) 0.38º 0.84% 0.73% -
XYZ 20.94 11.46 2.27 -
YUV 76.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 186 30 29 0 0.84 0.84 0.27 0.38 0.73 0.42
Hex BA 1E 1D 0 54 54 1B 0 49 2A
Octal 272 36 35 0 124 124 33 0 111 52
Binary 10111010 11110 11101 0 1010100 1010100 11011 0 1001001 101010

Color Harmonies of #BA1E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E1D

Black with #BA1E1D

Text Example


Text Example

White with #BA1E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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