Html Css Color HEX #BB291A Fire Brick

📋 copy color: '#BB291A'

red 187 ◦ green 41 ◦ blue 26

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

Shades of Fire Brick #BB291A

Tints of Fire Brick #BB291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 73.62%
G = 16.14%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB291A (or 0xBB291A) is known color: Fire Brick. HEX triplet: BB, 29 and 1A. RGB value is (187,41,26). Sum of RGB (Red+Green+Blue) = 187+41+26=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB291A is #44D6E5. Grayscale: #535353. Windows color (decimal): -4511462 or 1714619. OLE color: 1714619.

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

Color convert

RGB 187 41 26 -
CMYK 0 0.78 0.86 0.27
HSL 5.59º 0.76% 0.42% -
HSV(B) 5.59º 0.86% 0.73% -
XYZ 21.47 12.23 2.21 -
YUV 82.94 95.87 202.22 -
System Red Green Blue C M Y K H S L
Decimal 187 41 26 0 0.78 0.86 0.27 5.59 0.76 0.42
Hex BB 29 1A 0 4E 56 1B 6 4C 2A
Octal 273 51 32 0 116 126 33 6 114 52
Binary 10111011 101001 11010 0 1001110 1010110 11011 110 1001100 101010

Color Harmonies of #BB291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB291A

Black with #BB291A

Text Example


Text Example

White with #BB291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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