Html Css Color HEX #BA2715 Fire Brick

📋 copy color: '#BA2715'

red 186 ◦ green 39 ◦ blue 21

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

Shades of Fire Brick #BA2715

Tints of Fire Brick #BA2715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 75.61%
G = 15.85%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2715 (or 0xBA2715) is known color: Fire Brick. HEX triplet: BA, 27 and 15. RGB value is (186,39,21). Sum of RGB (Red+Green+Blue) = 186+39+21=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2715 is #45D8EA. Grayscale: #515151. Windows color (decimal): -4577515 or 1386426. OLE color: 1386426.

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

Color convert

RGB 186 39 21 -
CMYK 0 0.79 0.89 0.27
HSL 6.55º 0.8% 0.41% -
HSV(B) 6.55º 0.89% 0.73% -
XYZ 21.11 11.94 1.9 -
YUV 80.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 186 39 21 0 0.79 0.89 0.27 6.55 0.8 0.41
Hex BA 27 15 0 4F 59 1B 7 50 29
Octal 272 47 25 0 117 131 33 7 120 51
Binary 10111010 100111 10101 0 1001111 1011001 11011 111 1010000 101001

Color Harmonies of #BA2715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2715

Black with #BA2715

Text Example


Text Example

White with #BA2715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2715; }

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

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

background-color css

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

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

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

border-color css

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

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

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