Html Css Color HEX #BB291D Fire Brick

📋 copy color: '#BB291D'

red 187 ◦ green 41 ◦ blue 29

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

Shades of Fire Brick #BB291D

Tints of Fire Brick #BB291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 72.76%
G = 15.95%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB291D (or 0xBB291D) is known color: Fire Brick. HEX triplet: BB, 29 and 1D. RGB value is (187,41,29). Sum of RGB (Red+Green+Blue) = 187+41+29=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB291D is #44D6E2. Grayscale: #535353. Windows color (decimal): -4511459 or 1911227. OLE color: 1911227.

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

Color convert

RGB 187 41 29 -
CMYK 0 0.78 0.84 0.27
HSL 4.56º 0.73% 0.42% -
HSV(B) 4.56º 0.84% 0.73% -
XYZ 21.51 12.24 2.39 -
YUV 83.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 187 41 29 0 0.78 0.84 0.27 4.56 0.73 0.42
Hex BB 29 1D 0 4E 54 1B 5 49 2A
Octal 273 51 35 0 116 124 33 5 111 52
Binary 10111011 101001 11101 0 1001110 1010100 11011 101 1001001 101010

Color Harmonies of #BB291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB291D

Black with #BB291D

Text Example


Text Example

White with #BB291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB291D; }

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

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

background-color css

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

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

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

border-color css

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

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

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