Html Css Color HEX #BA2920 Fire Brick

📋 copy color: '#BA2920'

red 186 ◦ green 41 ◦ blue 32

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

Shades of Fire Brick #BA2920

Tints of Fire Brick #BA2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.83%

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

R = 71.81%
G = 15.83%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA2920 (or 0xBA2920) is known color: Fire Brick. HEX triplet: BA, 29 and 20. RGB value is (186,41,32). Sum of RGB (Red+Green+Blue) = 186+41+32=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2920 is #45D6DF. Grayscale: #535353. Windows color (decimal): -4576992 or 2107834. OLE color: 2107834.

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

Color convert

RGB 186 41 32 -
CMYK 0 0.78 0.83 0.27
HSL 3.51º 0.71% 0.43% -
HSV(B) 3.51º 0.83% 0.73% -
XYZ 21.3 12.13 2.58 -
YUV 83.33 99.04 201.23 -
System Red Green Blue C M Y K H S L
Decimal 186 41 32 0 0.78 0.83 0.27 3.51 0.71 0.43
Hex BA 29 20 0 4E 53 1B 4 47 2B
Octal 272 51 40 0 116 123 33 4 107 53
Binary 10111010 101001 100000 0 1001110 1010011 11011 100 1000111 101011

Color Harmonies of #BA2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2920

Black with #BA2920

Text Example


Text Example

White with #BA2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2920; }

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

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

background-color css

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

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

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

border-color css

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

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

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