Html Css Color HEX #BB2820 Fire Brick

📋 copy color: '#BB2820'

red 187 ◦ green 40 ◦ blue 32

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

Shades of Fire Brick #BB2820

Tints of Fire Brick #BB2820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 72.2%
G = 15.44%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB2820 (or 0xBB2820) is known color: Fire Brick. HEX triplet: BB, 28 and 20. RGB value is (187,40,32). Sum of RGB (Red+Green+Blue) = 187+40+32=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2820 is #44D7DF. Grayscale: #535353. Windows color (decimal): -4511712 or 2107579. OLE color: 2107579.

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

Color convert

RGB 187 40 32 -
CMYK 0 0.79 0.83 0.27
HSL 3.1º 0.71% 0.43% -
HSV(B) 3.1º 0.83% 0.73% -
XYZ 21.51 12.19 2.58 -
YUV 83.04 99.2 202.15 -
System Red Green Blue C M Y K H S L
Decimal 187 40 32 0 0.79 0.83 0.27 3.1 0.71 0.43
Hex BB 28 20 0 4F 53 1B 3 47 2B
Octal 273 50 40 0 117 123 33 3 107 53
Binary 10111011 101000 100000 0 1001111 1010011 11011 11 1000111 101011

Color Harmonies of #BB2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2820

Black with #BB2820

Text Example


Text Example

White with #BB2820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2820; }

 p { color: rgb(187,40,32); }

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

background-color css

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

 a { background-color: rgb(187,40,32); }

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

border-color css

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

 span { border-color: rgb(187,40,32); }

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