Html Css Color HEX #BA2827 Fire Brick

📋 copy color: '#BA2827'

red 186 ◦ green 40 ◦ blue 39

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

Shades of Fire Brick #BA2827

Tints of Fire Brick #BA2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

 BLUE value IS 39 (15.63% from 255) = 14.72%

R = 70.19%
G = 15.09%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA2827 (or 0xBA2827) is known color: Fire Brick. HEX triplet: BA, 28 and 27. RGB value is (186,40,39). Sum of RGB (Red+Green+Blue) = 186+40+39=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2827 is #45D7D8. Grayscale: #535353. Windows color (decimal): -4577241 or 2566330. OLE color: 2566330.

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

Color convert

RGB 186 40 39 -
CMYK 0 0.78 0.79 0.27
HSL 0.41º 0.65% 0.44% -
HSV(B) 0.41º 0.79% 0.73% -
XYZ 21.37 12.1 3.13 -
YUV 83.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 186 40 39 0 0.78 0.79 0.27 0.41 0.65 0.44
Hex BA 28 27 0 4E 4F 1B 0 41 2C
Octal 272 50 47 0 116 117 33 0 101 54
Binary 10111010 101000 100111 0 1001110 1001111 11011 0 1000001 101100

Color Harmonies of #BA2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2827

Black with #BA2827

Text Example


Text Example

White with #BA2827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2827; }

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

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

background-color css

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

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

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

border-color css

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

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

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