Html Css Color HEX #BA2727 Fire Brick

📋 copy color: '#BA2727'

red 186 ◦ green 39 ◦ blue 39

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

Shades of Fire Brick #BA2727

Tints of Fire Brick #BA2727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.77%

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

R = 70.45%
G = 14.77%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA2727 (or 0xBA2727) is known color: Fire Brick. HEX triplet: BA, 27 and 27. RGB value is (186,39,39). Sum of RGB (Red+Green+Blue) = 186+39+39=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2727 is #45D8D8. Grayscale: #535353. Windows color (decimal): -4577497 or 2566074. OLE color: 2566074.

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

Color convert

RGB 186 39 39 -
CMYK 0 0.79 0.79 0.27
HSL 0.65% 0.44% -
HSV(B) 0.79% 0.73% -
XYZ 21.34 12.04 3.12 -
YUV 82.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 186 39 39 0 0.79 0.79 0.27 0 0.65 0.44
Hex BA 27 27 0 4F 4F 1B 0 41 2C
Octal 272 47 47 0 117 117 33 0 101 54
Binary 10111010 100111 100111 0 1001111 1001111 11011 0 1000001 101100

Color Harmonies of #BA2727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2727

Black with #BA2727

Text Example


Text Example

White with #BA2727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2727; }

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

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

background-color css

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

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

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

border-color css

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

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

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