Html Css Color HEX #BF2A28 Fire Brick

📋 copy color: '#BF2A28'

red 191 ◦ green 42 ◦ blue 40

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

Shades of Fire Brick #BF2A28

Tints of Fire Brick #BF2A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.38%

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

R = 69.96%
G = 15.38%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF2A28 (or 0xBF2A28) is known color: Fire Brick. HEX triplet: BF, 2A and 28. RGB value is (191,42,40). Sum of RGB (Red+Green+Blue) = 191+42+40=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A28 is #40D5D7. Grayscale: #565656. Windows color (decimal): -4249048 or 2632383. OLE color: 2632383.

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

Color convert

RGB 191 42 40 -
CMYK 0 0.78 0.79 0.25
HSL 0.79º 0.65% 0.45% -
HSV(B) 0.79º 0.79% 0.75% -
XYZ 22.7 12.89 3.3 -
YUV 86.32 101.86 202.66 -
System Red Green Blue C M Y K H S L
Decimal 191 42 40 0 0.78 0.79 0.25 0.79 0.65 0.45
Hex BF 2A 28 0 4E 4F 19 1 41 2D
Octal 277 52 50 0 116 117 31 1 101 55
Binary 10111111 101010 101000 0 1001110 1001111 11001 1 1000001 101101

Color Harmonies of #BF2A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A28

Black with #BF2A28

Text Example


Text Example

White with #BF2A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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