Html Css Color HEX #BA2927 Fire Brick

📋 copy color: '#BA2927'

red 186 ◦ green 41 ◦ blue 39

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

Shades of Fire Brick #BA2927

Tints of Fire Brick #BA2927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

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

R = 69.92%
G = 15.41%
B = 14.66%

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

#BA2927 (or 0xBA2927) is known color: Fire Brick. HEX triplet: BA, 29 and 27. RGB value is (186,41,39). Sum of RGB (Red+Green+Blue) = 186+41+39=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2927 is #45D6D8. Grayscale: #545454. Windows color (decimal): -4576985 or 2566586. OLE color: 2566586.

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

Color convert

RGB 186 41 39 -
CMYK 0 0.78 0.79 0.27
HSL 0.82º 0.65% 0.44% -
HSV(B) 0.82º 0.79% 0.73% -
XYZ 21.41 12.17 3.14 -
YUV 84.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 186 41 39 0 0.78 0.79 0.27 0.82 0.65 0.44
Hex BA 29 27 0 4E 4F 1B 1 41 2C
Octal 272 51 47 0 116 117 33 1 101 54
Binary 10111010 101001 100111 0 1001110 1001111 11011 1 1000001 101100

Color Harmonies of #BA2927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2927

Black with #BA2927

Text Example


Text Example

White with #BA2927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2927; }

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

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

background-color css

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

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

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

border-color css

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

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

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