Html Css Color HEX #BA2716 Fire Brick

📋 copy color: '#BA2716'

red 186 ◦ green 39 ◦ blue 22

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

Shades of Fire Brick #BA2716

Tints of Fire Brick #BA2716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 75.3%
G = 15.79%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA2716 (or 0xBA2716) is known color: Fire Brick. HEX triplet: BA, 27 and 16. RGB value is (186,39,22). Sum of RGB (Red+Green+Blue) = 186+39+22=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2716 is #45D8E9. Grayscale: #515151. Windows color (decimal): -4577514 or 1451962. OLE color: 1451962.

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

Color convert

RGB 186 39 22 -
CMYK 0 0.79 0.88 0.27
HSL 6.22º 0.79% 0.41% -
HSV(B) 6.22º 0.88% 0.73% -
XYZ 21.12 11.95 1.95 -
YUV 81.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 186 39 22 0 0.79 0.88 0.27 6.22 0.79 0.41
Hex BA 27 16 0 4F 58 1B 6 4F 29
Octal 272 47 26 0 117 130 33 6 117 51
Binary 10111010 100111 10110 0 1001111 1011000 11011 110 1001111 101001

Color Harmonies of #BA2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2716

Black with #BA2716

Text Example


Text Example

White with #BA2716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2716; }

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

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

background-color css

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

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

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

border-color css

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

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

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