Html Css Color HEX #BA1D17 Fire Brick

📋 copy color: '#BA1D17'

red 186 ◦ green 29 ◦ blue 23

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

Shades of Fire Brick #BA1D17

Tints of Fire Brick #BA1D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.66%

R = 78.15%
G = 12.18%
B = 9.66%

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

#BA1D17 (or 0xBA1D17) is known color: Fire Brick. HEX triplet: BA, 1D and 17. RGB value is (186,29,23). Sum of RGB (Red+Green+Blue) = 186+29+23=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D17 is #45E2E8. Grayscale: #4B4B4B. Windows color (decimal): -4580073 or 1514938. OLE color: 1514938.

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

Color convert

RGB 186 29 23 -
CMYK 0 0.84 0.88 0.27
HSL 2.21º 0.78% 0.41% -
HSV(B) 2.21º 0.88% 0.73% -
XYZ 20.84 11.38 1.91 -
YUV 75.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 186 29 23 0 0.84 0.88 0.27 2.21 0.78 0.41
Hex BA 1D 17 0 54 58 1B 2 4E 29
Octal 272 35 27 0 124 130 33 2 116 51
Binary 10111010 11101 10111 0 1010100 1011000 11011 10 1001110 101001

Color Harmonies of #BA1D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D17

Black with #BA1D17

Text Example


Text Example

White with #BA1D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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