Html Css Color HEX #BB1610 Fire Brick

📋 copy color: '#BB1610'

red 187 ◦ green 22 ◦ blue 16

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

Shades of Fire Brick #BB1610

Tints of Fire Brick #BB1610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

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

R = 83.11%
G = 9.78%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB1610 (or 0xBB1610) is known color: Fire Brick. HEX triplet: BB, 16 and 10. RGB value is (187,22,16). Sum of RGB (Red+Green+Blue) = 187+22+16=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1610 is #44E9EF. Grayscale: #464646. Windows color (decimal): -4516336 or 1054395. OLE color: 1054395.

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

Color convert

RGB 187 22 16 -
CMYK 0 0.88 0.91 0.27
HSL 2.11º 0.84% 0.4% -
HSV(B) 2.11º 0.91% 0.73% -
XYZ 20.87 11.18 1.55 -
YUV 70.65 97.16 210.99 -
System Red Green Blue C M Y K H S L
Decimal 187 22 16 0 0.88 0.91 0.27 2.11 0.84 0.4
Hex BB 16 10 0 58 5B 1B 2 54 28
Octal 273 26 20 0 130 133 33 2 124 50
Binary 10111011 10110 10000 0 1011000 1011011 11011 10 1010100 101000

Color Harmonies of #BB1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1610

Black with #BB1610

Text Example


Text Example

White with #BB1610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1610; }

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

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

background-color css

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

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

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

border-color css

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

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

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