Html Css Color HEX #BA2C26 Fire Brick

📋 copy color: '#BA2C26'

red 186 ◦ green 44 ◦ blue 38

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

Shades of Fire Brick #BA2C26

Tints of Fire Brick #BA2C26

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.42%

 BLUE value IS 38 (15.23% from 255) = 14.18%

R = 69.4%
G = 16.42%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA2C26 (or 0xBA2C26) is known color: Fire Brick. HEX triplet: BA, 2C and 26. RGB value is (186,44,38). Sum of RGB (Red+Green+Blue) = 186+44+38=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C26 is #45D3D9. Grayscale: #555555. Windows color (decimal): -4576218 or 2501818. OLE color: 2501818.

HSL color Cylindrical-coordinate representation of color #BA2C26: hue angle of 2.43º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2C26 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 44 38 -
CMYK 0 0.76 0.80 0.27
HSL 2.43º 0.66% 0.44% -
HSV(B) 2.43º 0.8% 0.73% -
XYZ 21.5 12.38 3.09 -
YUV 85.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 186 44 38 0 0.76 0.80 0.27 2.43 0.66 0.44
Hex BA 2C 26 0 4C 50 1B 2 42 2C
Octal 272 54 46 0 114 120 33 2 102 54
Binary 10111010 101100 100110 0 1001100 1010000 11011 10 1000010 101100

Color Harmonies of #BA2C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C26

Black with #BA2C26

Text Example


Text Example

White with #BA2C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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