Html Css Color HEX #BA2C28 Fire Brick

📋 copy color: '#BA2C28'

red 186 ◦ green 44 ◦ blue 40

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

Shades of Fire Brick #BA2C28

Tints of Fire Brick #BA2C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 68.89%
G = 16.3%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA2C28 (or 0xBA2C28) is known color: Fire Brick. HEX triplet: BA, 2C and 28. RGB value is (186,44,40). Sum of RGB (Red+Green+Blue) = 186+44+40=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C28 is #45D3D7. Grayscale: #565656. Windows color (decimal): -4576216 or 2632890. OLE color: 2632890.

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

Color convert

RGB 186 44 40 -
CMYK 0 0.76 0.78 0.27
HSL 1.64º 0.65% 0.44% -
HSV(B) 1.64º 0.78% 0.73% -
XYZ 21.53 12.39 3.26 -
YUV 86 102.04 199.33 -
System Red Green Blue C M Y K H S L
Decimal 186 44 40 0 0.76 0.78 0.27 1.64 0.65 0.44
Hex BA 2C 28 0 4C 4E 1B 2 41 2C
Octal 272 54 50 0 114 116 33 2 101 54
Binary 10111010 101100 101000 0 1001100 1001110 11011 10 1000001 101100

Color Harmonies of #BA2C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C28

Black with #BA2C28

Text Example


Text Example

White with #BA2C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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