Html Css Color HEX #BF1E10 Fire Brick

📋 copy color: '#BF1E10'

red 191 ◦ green 30 ◦ blue 16

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

Shades of Fire Brick #BF1E10

Tints of Fire Brick #BF1E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.66%

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 80.59%
G = 12.66%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF1E10 (or 0xBF1E10) is known color: Fire Brick. HEX triplet: BF, 1E and 10. RGB value is (191,30,16). Sum of RGB (Red+Green+Blue) = 191+30+16=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1E10 is #40E1EF. Grayscale: #4C4C4C. Windows color (decimal): -4252144 or 1056447. OLE color: 1056447.

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

Color convert

RGB 191 30 16 -
CMYK 0 0.84 0.92 0.25
HSL 4.8º 0.85% 0.41% -
HSV(B) 4.8º 0.92% 0.75% -
XYZ 22.04 12.04 1.65 -
YUV 76.54 93.84 209.64 -
System Red Green Blue C M Y K H S L
Decimal 191 30 16 0 0.84 0.92 0.25 4.8 0.85 0.41
Hex BF 1E 10 0 54 5C 19 5 55 29
Octal 277 36 20 0 124 134 31 5 125 51
Binary 10111111 11110 10000 0 1010100 1011100 11001 101 1010101 101001

Color Harmonies of #BF1E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1E10

Black with #BF1E10

Text Example


Text Example

White with #BF1E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1E10; }

 p { color: rgb(191,30,16); }

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

background-color css

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

 a { background-color: rgb(191,30,16); }

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

border-color css

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

 span { border-color: rgb(191,30,16); }

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