Html Css Color HEX #BF271C Fire Brick

📋 copy color: '#BF271C'

red 191 ◦ green 39 ◦ blue 28

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

Shades of Fire Brick #BF271C

Tints of Fire Brick #BF271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.12%

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 74.03%
G = 15.12%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF271C (or 0xBF271C) is known color: Fire Brick. HEX triplet: BF, 27 and 1C. RGB value is (191,39,28). Sum of RGB (Red+Green+Blue) = 191+39+28=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF271C is #40D8E3. Grayscale: #535353. Windows color (decimal): -4249828 or 1845183. OLE color: 1845183.

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

Color convert

RGB 191 39 28 -
CMYK 0 0.80 0.85 0.25
HSL 4.05º 0.74% 0.43% -
HSV(B) 4.05º 0.85% 0.75% -
XYZ 22.42 12.61 2.35 -
YUV 83.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 191 39 28 0 0.80 0.85 0.25 4.05 0.74 0.43
Hex BF 27 1C 0 50 55 19 4 4A 2B
Octal 277 47 34 0 120 125 31 4 112 53
Binary 10111111 100111 11100 0 1010000 1010101 11001 100 1001010 101011

Color Harmonies of #BF271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF271C

Black with #BF271C

Text Example


Text Example

White with #BF271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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