Html Css Color HEX #BA2E29 Fire Brick

📋 copy color: '#BA2E29'

red 186 ◦ green 46 ◦ blue 41

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

Shades of Fire Brick #BA2E29

Tints of Fire Brick #BA2E29

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.85%

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

R = 68.13%
G = 16.85%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA2E29 (or 0xBA2E29) is known color: Fire Brick. HEX triplet: BA, 2E and 29. RGB value is (186,46,41). Sum of RGB (Red+Green+Blue) = 186+46+41=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E29 is #45D1D6. Grayscale: #575757. Windows color (decimal): -4575703 or 2698938. OLE color: 2698938.

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

Color convert

RGB 186 46 41 -
CMYK 0 0.75 0.78 0.27
HSL 2.07º 0.64% 0.45% -
HSV(B) 2.07º 0.78% 0.73% -
XYZ 21.63 12.55 3.38 -
YUV 87.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 186 46 41 0 0.75 0.78 0.27 2.07 0.64 0.45
Hex BA 2E 29 0 4B 4E 1B 2 40 2D
Octal 272 56 51 0 113 116 33 2 100 55
Binary 10111010 101110 101001 0 1001011 1001110 11011 10 1000000 101101

Color Harmonies of #BA2E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E29

Black with #BA2E29

Text Example


Text Example

White with #BA2E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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