Html Css Color HEX #BA2620 Fire Brick

📋 copy color: '#BA2620'

red 186 ◦ green 38 ◦ blue 32

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

Shades of Fire Brick #BA2620

Tints of Fire Brick #BA2620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 72.66%
G = 14.84%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA2620 (or 0xBA2620) is known color: Fire Brick. HEX triplet: BA, 26 and 20. RGB value is (186,38,32). Sum of RGB (Red+Green+Blue) = 186+38+32=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2620 is #45D9DF. Grayscale: #515151. Windows color (decimal): -4577760 or 2107066. OLE color: 2107066.

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

Color convert

RGB 186 38 32 -
CMYK 0 0.80 0.83 0.27
HSL 2.34º 0.71% 0.43% -
HSV(B) 2.34º 0.83% 0.73% -
XYZ 21.2 11.93 2.55 -
YUV 81.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 186 38 32 0 0.80 0.83 0.27 2.34 0.71 0.43
Hex BA 26 20 0 50 53 1B 2 47 2B
Octal 272 46 40 0 120 123 33 2 107 53
Binary 10111010 100110 100000 0 1010000 1010011 11011 10 1000111 101011

Color Harmonies of #BA2620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2620

Black with #BA2620

Text Example


Text Example

White with #BA2620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2620; }

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

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

background-color css

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

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

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

border-color css

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

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

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