Html Css Color HEX #BF201E Fire Brick

📋 copy color: '#BF201E'

red 191 ◦ green 32 ◦ blue 30

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

Shades of Fire Brick #BF201E

Tints of Fire Brick #BF201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.65%

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

R = 75.49%
G = 12.65%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF201E (or 0xBF201E) is known color: Fire Brick. HEX triplet: BF, 20 and 1E. RGB value is (191,32,30). Sum of RGB (Red+Green+Blue) = 191+32+30=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF201E is #40DFE1. Grayscale: #4F4F4F. Windows color (decimal): -4251618 or 1974463. OLE color: 1974463.

HSL color Cylindrical-coordinate representation of color #BF201E: hue angle of 0.75º 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 #BF201E is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 32 30 -
CMYK 0 0.83 0.84 0.25
HSL 0.75º 0.73% 0.43% -
HSV(B) 0.75º 0.84% 0.75% -
XYZ 22.24 12.2 2.41 -
YUV 79.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 191 32 30 0 0.83 0.84 0.25 0.75 0.73 0.43
Hex BF 20 1E 0 53 54 19 1 49 2B
Octal 277 40 36 0 123 124 31 1 111 53
Binary 10111111 100000 11110 0 1010011 1010100 11001 1 1001001 101011

Color Harmonies of #BF201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF201E

Black with #BF201E

Text Example


Text Example

White with #BF201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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