Html Css Color HEX #BA1717 Fire Brick

📋 copy color: '#BA1717'

red 186 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #BA1717

Tints of Fire Brick #BA1717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.91%

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

R = 80.17%
G = 9.91%
B = 9.91%

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

#BA1717 (or 0xBA1717) is known color: Fire Brick. HEX triplet: BA, 17 and 17. RGB value is (186,23,23). Sum of RGB (Red+Green+Blue) = 186+23+23=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1717 is #45E8E8. Grayscale: #474747. Windows color (decimal): -4581609 or 1513402. OLE color: 1513402.

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

Color convert

RGB 186 23 23 -
CMYK 0 0.88 0.88 0.27
HSL 0.78% 0.41% -
HSV(B) 0.88% 0.73% -
XYZ 20.71 11.11 1.86 -
YUV 71.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 186 23 23 0 0.88 0.88 0.27 0 0.78 0.41
Hex BA 17 17 0 58 58 1B 0 4E 29
Octal 272 27 27 0 130 130 33 0 116 51
Binary 10111010 10111 10111 0 1011000 1011000 11011 0 1001110 101001

Color Harmonies of #BA1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1717

Black with #BA1717

Text Example


Text Example

White with #BA1717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1717; }

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

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

background-color css

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

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

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

border-color css

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

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

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