Html Css Color HEX #BF1811 Fire Brick

📋 copy color: '#BF1811'

red 191 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #BF1811

Tints of Fire Brick #BF1811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 82.33%
G = 10.34%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF1811 (or 0xBF1811) is known color: Fire Brick. HEX triplet: BF, 18 and 11. RGB value is (191,24,17). Sum of RGB (Red+Green+Blue) = 191+24+17=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1811 is #40E7EE. Grayscale: #494949. Windows color (decimal): -4253679 or 1120447. OLE color: 1120447.

HSL color Cylindrical-coordinate representation of color #BF1811: hue angle of 2.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1811 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 17 -
CMYK 0 0.87 0.91 0.25
HSL 2.41º 0.84% 0.41% -
HSV(B) 2.41º 0.91% 0.75% -
XYZ 21.91 11.77 1.65 -
YUV 73.14 96.33 212.07 -
System Red Green Blue C M Y K H S L
Decimal 191 24 17 0 0.87 0.91 0.25 2.41 0.84 0.41
Hex BF 18 11 0 57 5B 19 2 54 29
Octal 277 30 21 0 127 133 31 2 124 51
Binary 10111111 11000 10001 0 1010111 1011011 11001 10 1010100 101001

Color Harmonies of #BF1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1811

Black with #BF1811

Text Example


Text Example

White with #BF1811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1811; }

 p { color: rgb(191,24,17); }

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

background-color css

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

 a { background-color: rgb(191,24,17); }

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

border-color css

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

 span { border-color: rgb(191,24,17); }

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