Html Css Color HEX #BA2E28 Fire Brick

📋 copy color: '#BA2E28'

red 186 ◦ green 46 ◦ blue 40

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

Shades of Fire Brick #BA2E28

Tints of Fire Brick #BA2E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.71%

R = 68.38%
G = 16.91%
B = 14.71%

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

#BA2E28 (or 0xBA2E28) is known color: Fire Brick. HEX triplet: BA, 2E and 28. RGB value is (186,46,40). Sum of RGB (Red+Green+Blue) = 186+46+40=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E28 is #45D1D7. Grayscale: #575757. Windows color (decimal): -4575704 or 2633402. OLE color: 2633402.

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

Color convert

RGB 186 46 40 -
CMYK 0 0.75 0.78 0.27
HSL 2.47º 0.65% 0.44% -
HSV(B) 2.47º 0.78% 0.73% -
XYZ 21.61 12.55 3.29 -
YUV 87.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 186 46 40 0 0.75 0.78 0.27 2.47 0.65 0.44
Hex BA 2E 28 0 4B 4E 1B 2 41 2C
Octal 272 56 50 0 113 116 33 2 101 54
Binary 10111010 101110 101000 0 1001011 1001110 11011 10 1000001 101100

Color Harmonies of #BA2E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E28

Black with #BA2E28

Text Example


Text Example

White with #BA2E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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