Html Css Color HEX #BA1D14 Fire Brick

📋 copy color: '#BA1D14'

red 186 ◦ green 29 ◦ blue 20

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

Shades of Fire Brick #BA1D14

Tints of Fire Brick #BA1D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.34%

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 79.15%
G = 12.34%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA1D14 (or 0xBA1D14) is known color: Fire Brick. HEX triplet: BA, 1D and 14. RGB value is (186,29,20). Sum of RGB (Red+Green+Blue) = 186+29+20=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D14 is #45E2EB. Grayscale: #4B4B4B. Windows color (decimal): -4580076 or 1318330. OLE color: 1318330.

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

Color convert

RGB 186 29 20 -
CMYK 0 0.84 0.89 0.27
HSL 3.25º 0.81% 0.4% -
HSV(B) 3.25º 0.89% 0.73% -
XYZ 20.82 11.37 1.76 -
YUV 74.92 97.01 207.23 -
System Red Green Blue C M Y K H S L
Decimal 186 29 20 0 0.84 0.89 0.27 3.25 0.81 0.4
Hex BA 1D 14 0 54 59 1B 3 51 28
Octal 272 35 24 0 124 131 33 3 121 50
Binary 10111010 11101 10100 0 1010100 1011001 11011 11 1010001 101000

Color Harmonies of #BA1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D14

Black with #BA1D14

Text Example


Text Example

White with #BA1D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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