Html Css Color HEX #BF2922 Fire Brick

📋 copy color: '#BF2922'

red 191 ◦ green 41 ◦ blue 34

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

Shades of Fire Brick #BF2922

Tints of Fire Brick #BF2922

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 71.8%
G = 15.41%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF2922 (or 0xBF2922) is known color: Fire Brick. HEX triplet: BF, 29 and 22. RGB value is (191,41,34). Sum of RGB (Red+Green+Blue) = 191+41+34=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2922 is #40D6DD. Grayscale: #555555. Windows color (decimal): -4249310 or 2238911. OLE color: 2238911.

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

Color convert

RGB 191 41 34 -
CMYK 0 0.79 0.82 0.25
HSL 2.68º 0.7% 0.44% -
HSV(B) 2.68º 0.82% 0.75% -
XYZ 22.57 12.78 2.79 -
YUV 85.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 191 41 34 0 0.79 0.82 0.25 2.68 0.7 0.44
Hex BF 29 22 0 4F 52 19 3 46 2C
Octal 277 51 42 0 117 122 31 3 106 54
Binary 10111111 101001 100010 0 1001111 1010010 11001 11 1000110 101100

Color Harmonies of #BF2922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2922

Black with #BF2922

Text Example


Text Example

White with #BF2922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2922; }

 p { color: rgb(191,41,34); }

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

background-color css

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

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

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

border-color css

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

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

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