Html Css Color HEX #BA2B29 Fire Brick

📋 copy color: '#BA2B29'

red 186 ◦ green 43 ◦ blue 41

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

Shades of Fire Brick #BA2B29

Tints of Fire Brick #BA2B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 68.89%
G = 15.93%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA2B29 (or 0xBA2B29) is known color: Fire Brick. HEX triplet: BA, 2B and 29. RGB value is (186,43,41). Sum of RGB (Red+Green+Blue) = 186+43+41=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B29 is #45D4D6. Grayscale: #555555. Windows color (decimal): -4576471 or 2698170. OLE color: 2698170.

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

Color convert

RGB 186 43 41 -
CMYK 0 0.77 0.78 0.27
HSL 0.83º 0.64% 0.45% -
HSV(B) 0.83º 0.78% 0.73% -
XYZ 21.51 12.33 3.34 -
YUV 85.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 186 43 41 0 0.77 0.78 0.27 0.83 0.64 0.45
Hex BA 2B 29 0 4D 4E 1B 1 40 2D
Octal 272 53 51 0 115 116 33 1 100 55
Binary 10111010 101011 101001 0 1001101 1001110 11011 1 1000000 101101

Color Harmonies of #BA2B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B29

Black with #BA2B29

Text Example


Text Example

White with #BA2B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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