Html Css Color HEX #BA1F17 Fire Brick

📋 copy color: '#BA1F17'

red 186 ◦ green 31 ◦ blue 23

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

Shades of Fire Brick #BA1F17

Tints of Fire Brick #BA1F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.92%

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

R = 77.5%
G = 12.92%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA1F17 (or 0xBA1F17) is known color: Fire Brick. HEX triplet: BA, 1F and 17. RGB value is (186,31,23). Sum of RGB (Red+Green+Blue) = 186+31+23=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F17 is #45E0E8. Grayscale: #4C4C4C. Windows color (decimal): -4579561 or 1515450. OLE color: 1515450.

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

Color convert

RGB 186 31 23 -
CMYK 0 0.83 0.88 0.27
HSL 2.94º 0.78% 0.41% -
HSV(B) 2.94º 0.88% 0.73% -
XYZ 20.89 11.48 1.93 -
YUV 76.43 97.85 206.15 -
System Red Green Blue C M Y K H S L
Decimal 186 31 23 0 0.83 0.88 0.27 2.94 0.78 0.41
Hex BA 1F 17 0 53 58 1B 3 4E 29
Octal 272 37 27 0 123 130 33 3 116 51
Binary 10111010 11111 10111 0 1010011 1011000 11011 11 1001110 101001

Color Harmonies of #BA1F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F17

Black with #BA1F17

Text Example


Text Example

White with #BA1F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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