Html Css Color HEX #BB1310 Fire Brick

📋 copy color: '#BB1310'

red 187 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #BB1310

Tints of Fire Brick #BB1310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.56%

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

R = 84.23%
G = 8.56%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB1310 (or 0xBB1310) is known color: Fire Brick. HEX triplet: BB, 13 and 10. RGB value is (187,19,16). Sum of RGB (Red+Green+Blue) = 187+19+16=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1310 is #44ECEF. Grayscale: #454545. Windows color (decimal): -4517104 or 1053627. OLE color: 1053627.

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

Color convert

RGB 187 19 16 -
CMYK 0 0.90 0.91 0.27
HSL 1.05º 0.84% 0.4% -
HSV(B) 1.05º 0.91% 0.73% -
XYZ 20.82 11.07 1.53 -
YUV 68.89 98.16 212.24 -
System Red Green Blue C M Y K H S L
Decimal 187 19 16 0 0.90 0.91 0.27 1.05 0.84 0.4
Hex BB 13 10 0 5A 5B 1B 1 54 28
Octal 273 23 20 0 132 133 33 1 124 50
Binary 10111011 10011 10000 0 1011010 1011011 11011 1 1010100 101000

Color Harmonies of #BB1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1310

Black with #BB1310

Text Example


Text Example

White with #BB1310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1310; }

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

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

background-color css

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

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

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

border-color css

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

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

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