Html Css Color HEX #BA2828 Fire Brick

📋 copy color: '#BA2828'

red 186 ◦ green 40 ◦ blue 40

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

Shades of Fire Brick #BA2828

Tints of Fire Brick #BA2828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

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

R = 69.92%
G = 15.04%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA2828 (or 0xBA2828) is known color: Fire Brick. HEX triplet: BA, 28 and 28. RGB value is (186,40,40). Sum of RGB (Red+Green+Blue) = 186+40+40=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2828 is #45D7D7. Grayscale: #535353. Windows color (decimal): -4577240 or 2631866. OLE color: 2631866.

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

Color convert

RGB 186 40 40 -
CMYK 0 0.78 0.78 0.27
HSL 0.65% 0.44% -
HSV(B) 0.78% 0.73% -
XYZ 21.39 12.11 3.22 -
YUV 83.65 103.37 201 -
System Red Green Blue C M Y K H S L
Decimal 186 40 40 0 0.78 0.78 0.27 0 0.65 0.44
Hex BA 28 28 0 4E 4E 1B 0 41 2C
Octal 272 50 50 0 116 116 33 0 101 54
Binary 10111010 101000 101000 0 1001110 1001110 11011 0 1000001 101100

Color Harmonies of #BA2828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2828

Black with #BA2828

Text Example


Text Example

White with #BA2828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2828; }

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

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

background-color css

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

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

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

border-color css

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

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

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