Html Css Color HEX #BF271E Fire Brick

📋 copy color: '#BF271E'

red 191 ◦ green 39 ◦ blue 30

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

Shades of Fire Brick #BF271E

Tints of Fire Brick #BF271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 73.46%
G = 15%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF271E (or 0xBF271E) is known color: Fire Brick. HEX triplet: BF, 27 and 1E. RGB value is (191,39,30). Sum of RGB (Red+Green+Blue) = 191+39+30=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF271E is #40D8E1. Grayscale: #535353. Windows color (decimal): -4249826 or 1976255. OLE color: 1976255.

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

Color convert

RGB 191 39 30 -
CMYK 0 0.80 0.84 0.25
HSL 3.35º 0.73% 0.43% -
HSV(B) 3.35º 0.84% 0.75% -
XYZ 22.45 12.62 2.48 -
YUV 83.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 191 39 30 0 0.80 0.84 0.25 3.35 0.73 0.43
Hex BF 27 1E 0 50 54 19 3 49 2B
Octal 277 47 36 0 120 124 31 3 111 53
Binary 10111111 100111 11110 0 1010000 1010100 11001 11 1001001 101011

Color Harmonies of #BF271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF271E

Black with #BF271E

Text Example


Text Example

White with #BF271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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