Html Css Color HEX #BB291E Fire Brick

📋 copy color: '#BB291E'

red 187 ◦ green 41 ◦ blue 30

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

Shades of Fire Brick #BB291E

Tints of Fire Brick #BB291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 72.48%
G = 15.89%
B = 11.63%

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

#BB291E (or 0xBB291E) is known color: Fire Brick. HEX triplet: BB, 29 and 1E. RGB value is (187,41,30). Sum of RGB (Red+Green+Blue) = 187+41+30=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB291E is #44D6E1. Grayscale: #535353. Windows color (decimal): -4511458 or 1976763. OLE color: 1976763.

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

Color convert

RGB 187 41 30 -
CMYK 0 0.78 0.84 0.27
HSL 4.2º 0.72% 0.43% -
HSV(B) 4.2º 0.84% 0.73% -
XYZ 21.52 12.24 2.46 -
YUV 83.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 187 41 30 0 0.78 0.84 0.27 4.2 0.72 0.43
Hex BB 29 1E 0 4E 54 1B 4 48 2B
Octal 273 51 36 0 116 124 33 4 110 53
Binary 10111011 101001 11110 0 1001110 1010100 11011 100 1001000 101011

Color Harmonies of #BB291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB291E

Black with #BB291E

Text Example


Text Example

White with #BB291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB291E; }

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

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

background-color css

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

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

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

border-color css

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

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

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