Html Css Color HEX #BB2211 Fire Brick

📋 copy color: '#BB2211'

red 187 ◦ green 34 ◦ blue 17

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

Shades of Fire Brick #BB2211

Tints of Fire Brick #BB2211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.29%

 BLUE value IS 17 (7.03% from 255) = 7.14%

R = 78.57%
G = 14.29%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB2211 (or 0xBB2211) is known color: Fire Brick. HEX triplet: BB, 22 and 11. RGB value is (187,34,17). Sum of RGB (Red+Green+Blue) = 187+34+17=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2211 is #44DDEE. Grayscale: #4E4E4E. Windows color (decimal): -4513263 or 1123003. OLE color: 1123003.

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

Color convert

RGB 187 34 17 -
CMYK 0 0.82 0.91 0.27
HSL 0.83% 0.4% -
HSV(B) 0.91% 0.73% -
XYZ 21.17 11.75 1.68 -
YUV 77.81 93.69 205.88 -
System Red Green Blue C M Y K H S L
Decimal 187 34 17 0 0.82 0.91 0.27 6 0.83 0.4
Hex BB 22 11 0 52 5B 1B 6 53 28
Octal 273 42 21 0 122 133 33 6 123 50
Binary 10111011 100010 10001 0 1010010 1011011 11011 110 1010011 101000

Color Harmonies of #BB2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2211

Black with #BB2211

Text Example


Text Example

White with #BB2211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2211; }

 p { color: rgb(187,34,17); }

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

background-color css

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

 a { background-color: rgb(187,34,17); }

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

border-color css

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

 span { border-color: rgb(187,34,17); }

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