Html Css Color HEX #BA1D16 Fire Brick

📋 copy color: '#BA1D16'

red 186 ◦ green 29 ◦ blue 22

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

Shades of Fire Brick #BA1D16

Tints of Fire Brick #BA1D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.24%

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

R = 78.48%
G = 12.24%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA1D16 (or 0xBA1D16) is known color: Fire Brick. HEX triplet: BA, 1D and 16. RGB value is (186,29,22). Sum of RGB (Red+Green+Blue) = 186+29+22=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D16 is #45E2E9. Grayscale: #4B4B4B. Windows color (decimal): -4580074 or 1449402. OLE color: 1449402.

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

Color convert

RGB 186 29 22 -
CMYK 0 0.84 0.88 0.27
HSL 2.56º 0.79% 0.41% -
HSV(B) 2.56º 0.88% 0.73% -
XYZ 20.83 11.38 1.86 -
YUV 75.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 186 29 22 0 0.84 0.88 0.27 2.56 0.79 0.41
Hex BA 1D 16 0 54 58 1B 3 4F 29
Octal 272 35 26 0 124 130 33 3 117 51
Binary 10111010 11101 10110 0 1010100 1011000 11011 11 1001111 101001

Color Harmonies of #BA1D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D16

Black with #BA1D16

Text Example


Text Example

White with #BA1D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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