Html Css Color HEX #BF2820 Fire Brick

📋 copy color: '#BF2820'

red 191 ◦ green 40 ◦ blue 32

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

Shades of Fire Brick #BF2820

Tints of Fire Brick #BF2820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.21%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 72.62%
G = 15.21%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF2820 (or 0xBF2820) is known color: Fire Brick. HEX triplet: BF, 28 and 20. RGB value is (191,40,32). Sum of RGB (Red+Green+Blue) = 191+40+32=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2820 is #40D7DF. Grayscale: #545454. Windows color (decimal): -4249568 or 2107583. OLE color: 2107583.

HSL color Cylindrical-coordinate representation of color #BF2820: hue angle of 3.02º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2820 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 40 32 -
CMYK 0 0.79 0.83 0.25
HSL 3.02º 0.71% 0.44% -
HSV(B) 3.02º 0.83% 0.75% -
XYZ 22.51 12.7 2.63 -
YUV 84.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 191 40 32 0 0.79 0.83 0.25 3.02 0.71 0.44
Hex BF 28 20 0 4F 53 19 3 47 2C
Octal 277 50 40 0 117 123 31 3 107 54
Binary 10111111 101000 100000 0 1001111 1010011 11001 11 1000111 101100

Color Harmonies of #BF2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2820

Black with #BF2820

Text Example


Text Example

White with #BF2820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2820; }

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

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

background-color css

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

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

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

border-color css

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

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

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