Html Css Color HEX #BA2414 Fire Brick

📋 copy color: '#BA2414'

red 186 ◦ green 36 ◦ blue 20

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

Shades of Fire Brick #BA2414

Tints of Fire Brick #BA2414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

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

R = 76.86%
G = 14.88%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2414 (or 0xBA2414) is known color: Fire Brick. HEX triplet: BA, 24 and 14. RGB value is (186,36,20). Sum of RGB (Red+Green+Blue) = 186+36+20=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2414 is #45DBEB. Grayscale: #4F4F4F. Windows color (decimal): -4578284 or 1320122. OLE color: 1320122.

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

Color convert

RGB 186 36 20 -
CMYK 0 0.81 0.89 0.27
HSL 5.78º 0.81% 0.4% -
HSV(B) 5.78º 0.89% 0.73% -
XYZ 21.01 11.75 1.82 -
YUV 79.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 186 36 20 0 0.81 0.89 0.27 5.78 0.81 0.4
Hex BA 24 14 0 51 59 1B 6 51 28
Octal 272 44 24 0 121 131 33 6 121 50
Binary 10111010 100100 10100 0 1010001 1011001 11011 110 1010001 101000

Color Harmonies of #BA2414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2414

Black with #BA2414

Text Example


Text Example

White with #BA2414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2414; }

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

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

background-color css

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

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

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

border-color css

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

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

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