Html Css Color HEX #BA2C27 Fire Brick

📋 copy color: '#BA2C27'

red 186 ◦ green 44 ◦ blue 39

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

Shades of Fire Brick #BA2C27

Tints of Fire Brick #BA2C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.5%

R = 69.14%
G = 16.36%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA2C27 (or 0xBA2C27) is known color: Fire Brick. HEX triplet: BA, 2C and 27. RGB value is (186,44,39). Sum of RGB (Red+Green+Blue) = 186+44+39=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C27 is #45D3D8. Grayscale: #565656. Windows color (decimal): -4576217 or 2567354. OLE color: 2567354.

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

Color convert

RGB 186 44 39 -
CMYK 0 0.76 0.79 0.27
HSL 2.04º 0.65% 0.44% -
HSV(B) 2.04º 0.79% 0.73% -
XYZ 21.52 12.39 3.18 -
YUV 85.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 186 44 39 0 0.76 0.79 0.27 2.04 0.65 0.44
Hex BA 2C 27 0 4C 4F 1B 2 41 2C
Octal 272 54 47 0 114 117 33 2 101 54
Binary 10111010 101100 100111 0 1001100 1001111 11011 10 1000001 101100

Color Harmonies of #BA2C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C27

Black with #BA2C27

Text Example


Text Example

White with #BA2C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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