Html Css Color HEX #BA1616 Fire Brick

📋 copy color: '#BA1616'

red 186 ◦ green 22 ◦ blue 22

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

Shades of Fire Brick #BA1616

Tints of Fire Brick #BA1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.57%

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

R = 80.87%
G = 9.57%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA1616 (or 0xBA1616) is known color: Fire Brick. HEX triplet: BA, 16 and 16. RGB value is (186,22,22). Sum of RGB (Red+Green+Blue) = 186+22+22=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1616 is #45E9E9. Grayscale: #474747. Windows color (decimal): -4581866 or 1447610. OLE color: 1447610.

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

Color convert

RGB 186 22 22 -
CMYK 0 0.88 0.88 0.27
HSL 0.79% 0.41% -
HSV(B) 0.88% 0.73% -
XYZ 20.68 11.07 1.81 -
YUV 71.04 100.33 210 -
System Red Green Blue C M Y K H S L
Decimal 186 22 22 0 0.88 0.88 0.27 0 0.79 0.41
Hex BA 16 16 0 58 58 1B 0 4F 29
Octal 272 26 26 0 130 130 33 0 117 51
Binary 10111010 10110 10110 0 1011000 1011000 11011 0 1001111 101001

Color Harmonies of #BA1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1616

Black with #BA1616

Text Example


Text Example

White with #BA1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1616; }

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

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

background-color css

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

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

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

border-color css

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

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

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