Html Css Color HEX #BA2420 Fire Brick

📋 copy color: '#BA2420'

red 186 ◦ green 36 ◦ blue 32

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

Shades of Fire Brick #BA2420

Tints of Fire Brick #BA2420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 73.23%
G = 14.17%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA2420 (or 0xBA2420) is known color: Fire Brick. HEX triplet: BA, 24 and 20. RGB value is (186,36,32). Sum of RGB (Red+Green+Blue) = 186+36+32=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2420 is #45DBDF. Grayscale: #505050. Windows color (decimal): -4578272 or 2106554. OLE color: 2106554.

HSL color Cylindrical-coordinate representation of color #BA2420: hue angle of 1.56º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2420 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 32 -
CMYK 0 0.81 0.83 0.27
HSL 1.56º 0.71% 0.43% -
HSV(B) 1.56º 0.83% 0.73% -
XYZ 21.14 11.81 2.53 -
YUV 80.39 100.7 203.33 -
System Red Green Blue C M Y K H S L
Decimal 186 36 32 0 0.81 0.83 0.27 1.56 0.71 0.43
Hex BA 24 20 0 51 53 1B 2 47 2B
Octal 272 44 40 0 121 123 33 2 107 53
Binary 10111010 100100 100000 0 1010001 1010011 11011 10 1000111 101011

Color Harmonies of #BA2420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2420

Black with #BA2420

Text Example


Text Example

White with #BA2420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2420; }

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

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

background-color css

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

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

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

border-color css

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

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

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