Html Css Color HEX #BF1C17 Fire Brick

📋 copy color: '#BF1C17'

red 191 ◦ green 28 ◦ blue 23

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

Shades of Fire Brick #BF1C17

Tints of Fire Brick #BF1C17

RGB

 RED value IS 191 (75% from 255) = 78.93%

 GREEN value IS 28 (11.33% from 255) = 11.57%

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

R = 78.93%
G = 11.57%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF1C17 (or 0xBF1C17) is known color: Fire Brick. HEX triplet: BF, 1C and 17. RGB value is (191,28,23). Sum of RGB (Red+Green+Blue) = 191+28+23=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1C17 is #40E3E8. Grayscale: #4C4C4C. Windows color (decimal): -4252649 or 1514687. OLE color: 1514687.

HSL color Cylindrical-coordinate representation of color #BF1C17: hue angle of 1.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1C17 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 28 23 -
CMYK 0 0.85 0.88 0.25
HSL 1.79º 0.79% 0.42% -
HSV(B) 1.79º 0.88% 0.75% -
XYZ 22.06 11.97 1.96 -
YUV 76.17 98 209.91 -
System Red Green Blue C M Y K H S L
Decimal 191 28 23 0 0.85 0.88 0.25 1.79 0.79 0.42
Hex BF 1C 17 0 55 58 19 2 4F 2A
Octal 277 34 27 0 125 130 31 2 117 52
Binary 10111111 11100 10111 0 1010101 1011000 11001 10 1001111 101010

Color Harmonies of #BF1C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1C17

Black with #BF1C17

Text Example


Text Example

White with #BF1C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1C17; }

 p { color: rgb(191,28,23); }

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

background-color css

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

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

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

border-color css

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

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

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