Html Css Color HEX #BB2210 Fire Brick

📋 copy color: '#BB2210'

red 187 ◦ green 34 ◦ blue 16

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

Shades of Fire Brick #BB2210

Tints of Fire Brick #BB2210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 78.9%
G = 14.35%
B = 6.75%

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

#BB2210 (or 0xBB2210) is known color: Fire Brick. HEX triplet: BB, 22 and 10. RGB value is (187,34,16). Sum of RGB (Red+Green+Blue) = 187+34+16=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2210 is #44DDEF. Grayscale: #4D4D4D. Windows color (decimal): -4513264 or 1057467. OLE color: 1057467.

HSL color Cylindrical-coordinate representation of color #BB2210: hue angle of 6.32º degrees, saturation: 0.84, 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 #BB2210 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 34 16 -
CMYK 0 0.82 0.91 0.27
HSL 6.32º 0.84% 0.4% -
HSV(B) 6.32º 0.91% 0.73% -
XYZ 21.16 11.75 1.64 -
YUV 77.7 93.19 205.96 -
System Red Green Blue C M Y K H S L
Decimal 187 34 16 0 0.82 0.91 0.27 6.32 0.84 0.4
Hex BB 22 10 0 52 5B 1B 6 54 28
Octal 273 42 20 0 122 133 33 6 124 50
Binary 10111011 100010 10000 0 1010010 1011011 11011 110 1010100 101000

Color Harmonies of #BB2210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2210

Black with #BB2210

Text Example


Text Example

White with #BB2210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2210; }

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

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

background-color css

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

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

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

border-color css

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

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

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