Html Css Color HEX #BB1510 Fire Brick

📋 copy color: '#BB1510'

red 187 ◦ green 21 ◦ blue 16

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

Shades of Fire Brick #BB1510

Tints of Fire Brick #BB1510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 83.48%
G = 9.38%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB1510 (or 0xBB1510) is known color: Fire Brick. HEX triplet: BB, 15 and 10. RGB value is (187,21,16). Sum of RGB (Red+Green+Blue) = 187+21+16=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1510 is #44EAEF. Grayscale: #464646. Windows color (decimal): -4516592 or 1054139. OLE color: 1054139.

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

Color convert

RGB 187 21 16 -
CMYK 0 0.89 0.91 0.27
HSL 1.75º 0.84% 0.4% -
HSV(B) 1.75º 0.91% 0.73% -
XYZ 20.86 11.14 1.54 -
YUV 70.06 97.5 211.41 -
System Red Green Blue C M Y K H S L
Decimal 187 21 16 0 0.89 0.91 0.27 1.75 0.84 0.4
Hex BB 15 10 0 59 5B 1B 2 54 28
Octal 273 25 20 0 131 133 33 2 124 50
Binary 10111011 10101 10000 0 1011001 1011011 11011 10 1010100 101000

Color Harmonies of #BB1510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1510

Black with #BB1510

Text Example


Text Example

White with #BB1510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1510; }

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

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

background-color css

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

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

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

border-color css

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

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

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