Html Css Color HEX #BB291F Fire Brick

📋 copy color: '#BB291F'

red 187 ◦ green 41 ◦ blue 31

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

Shades of Fire Brick #BB291F

Tints of Fire Brick #BB291F

RGB

 RED value IS 187 (73.44% from 255) = 72.2%

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

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 72.2%
G = 15.83%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB291F (or 0xBB291F) is known color: Fire Brick. HEX triplet: BB, 29 and 1F. RGB value is (187,41,31). Sum of RGB (Red+Green+Blue) = 187+41+31=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB291F is #44D6E0. Grayscale: #535353. Windows color (decimal): -4511457 or 2042299. OLE color: 2042299.

HSL color Cylindrical-coordinate representation of color #BB291F: hue angle of 3.85º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB291F is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 31 -
CMYK 0 0.78 0.83 0.27
HSL 3.85º 0.72% 0.43% -
HSV(B) 3.85º 0.83% 0.73% -
XYZ 21.53 12.25 2.53 -
YUV 83.51 98.37 201.81 -
System Red Green Blue C M Y K H S L
Decimal 187 41 31 0 0.78 0.83 0.27 3.85 0.72 0.43
Hex BB 29 1F 0 4E 53 1B 4 48 2B
Octal 273 51 37 0 116 123 33 4 110 53
Binary 10111011 101001 11111 0 1001110 1010011 11011 100 1001000 101011

Color Harmonies of #BB291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB291F

Black with #BB291F

Text Example


Text Example

White with #BB291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB291F; }

 p { color: rgb(187,41,31); }

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

background-color css

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

 a { background-color: rgb(187,41,31); }

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

border-color css

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

 span { border-color: rgb(187,41,31); }

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