Html Css Color HEX #BB2926 Fire Brick

📋 copy color: '#BB2926'

red 187 ◦ green 41 ◦ blue 38

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

Shades of Fire Brick #BB2926

Tints of Fire Brick #BB2926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 70.3%
G = 15.41%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB2926 (or 0xBB2926) is known color: Fire Brick. HEX triplet: BB, 29 and 26. RGB value is (187,41,38). Sum of RGB (Red+Green+Blue) = 187+41+38=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2926 is #44D6D9. Grayscale: #545454. Windows color (decimal): -4511450 or 2501051. OLE color: 2501051.

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

Color convert

RGB 187 41 38 -
CMYK 0 0.78 0.80 0.27
HSL 1.21º 0.66% 0.44% -
HSV(B) 1.21º 0.8% 0.73% -
XYZ 21.64 12.29 3.07 -
YUV 84.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 187 41 38 0 0.78 0.80 0.27 1.21 0.66 0.44
Hex BB 29 26 0 4E 50 1B 1 42 2C
Octal 273 51 46 0 116 120 33 1 102 54
Binary 10111011 101001 100110 0 1001110 1010000 11011 1 1000010 101100

Color Harmonies of #BB2926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2926

Black with #BB2926

Text Example


Text Example

White with #BB2926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2926; }

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

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

background-color css

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

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

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

border-color css

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

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

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