Html Css Color HEX #BA2C1A Fire Brick

📋 copy color: '#BA2C1A'

red 186 ◦ green 44 ◦ blue 26

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

Shades of Fire Brick #BA2C1A

Tints of Fire Brick #BA2C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.19%

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 72.66%
G = 17.19%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA2C1A (or 0xBA2C1A) is known color: Fire Brick. HEX triplet: BA, 2C and 1A. RGB value is (186,44,26). Sum of RGB (Red+Green+Blue) = 186+44+26=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C1A is #45D3E5. Grayscale: #545454. Windows color (decimal): -4576230 or 1715386. OLE color: 1715386.

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

Color convert

RGB 186 44 26 -
CMYK 0 0.76 0.86 0.27
HSL 6.75º 0.75% 0.42% -
HSV(B) 6.75º 0.86% 0.73% -
XYZ 21.34 12.32 2.23 -
YUV 84.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 186 44 26 0 0.76 0.86 0.27 6.75 0.75 0.42
Hex BA 2C 1A 0 4C 56 1B 7 4B 2A
Octal 272 54 32 0 114 126 33 7 113 52
Binary 10111010 101100 11010 0 1001100 1010110 11011 111 1001011 101010

Color Harmonies of #BA2C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C1A

Black with #BA2C1A

Text Example


Text Example

White with #BA2C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C1A; }

 p { color: rgb(186,44,26); }

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

background-color css

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

 a { background-color: rgb(186,44,26); }

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

border-color css

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

 span { border-color: rgb(186,44,26); }

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