Html Css Color HEX #BF2828 Fire Brick

📋 copy color: '#BF2828'

red 191 ◦ green 40 ◦ blue 40

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

Shades of Fire Brick #BF2828

Tints of Fire Brick #BF2828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 70.48%
G = 14.76%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF2828 (or 0xBF2828) is known color: Fire Brick. HEX triplet: BF, 28 and 28. RGB value is (191,40,40). Sum of RGB (Red+Green+Blue) = 191+40+40=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2828 is #40D7D7. Grayscale: #555555. Windows color (decimal): -4249560 or 2631871. OLE color: 2631871.

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

Color convert

RGB 191 40 40 -
CMYK 0 0.79 0.79 0.25
HSL 0.65% 0.45% -
HSV(B) 0.79% 0.75% -
XYZ 22.63 12.75 3.28 -
YUV 85.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 191 40 40 0 0.79 0.79 0.25 0 0.65 0.45
Hex BF 28 28 0 4F 4F 19 0 41 2D
Octal 277 50 50 0 117 117 31 0 101 55
Binary 10111111 101000 101000 0 1001111 1001111 11001 0 1000001 101101

Color Harmonies of #BF2828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2828

Black with #BF2828

Text Example


Text Example

White with #BF2828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2828; }

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

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

background-color css

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

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

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

border-color css

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

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

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