Html Css Color HEX #BB2921 Fire Brick

📋 copy color: '#BB2921'

red 187 ◦ green 41 ◦ blue 33

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

Shades of Fire Brick #BB2921

Tints of Fire Brick #BB2921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 71.65%
G = 15.71%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB2921 (or 0xBB2921) is known color: Fire Brick. HEX triplet: BB, 29 and 21. RGB value is (187,41,33). Sum of RGB (Red+Green+Blue) = 187+41+33=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2921 is #44D6DE. Grayscale: #535353. Windows color (decimal): -4511455 or 2173371. OLE color: 2173371.

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

Color convert

RGB 187 41 33 -
CMYK 0 0.78 0.82 0.27
HSL 3.12º 0.7% 0.43% -
HSV(B) 3.12º 0.82% 0.73% -
XYZ 21.56 12.26 2.67 -
YUV 83.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 187 41 33 0 0.78 0.82 0.27 3.12 0.7 0.43
Hex BB 29 21 0 4E 52 1B 3 46 2B
Octal 273 51 41 0 116 122 33 3 106 53
Binary 10111011 101001 100001 0 1001110 1010010 11011 11 1000110 101011

Color Harmonies of #BB2921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2921

Black with #BB2921

Text Example


Text Example

White with #BB2921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2921; }

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

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

background-color css

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

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

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

border-color css

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

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

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