Html Css Color HEX #BB1410 Fire Brick

📋 copy color: '#BB1410'

red 187 ◦ green 20 ◦ blue 16

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

Shades of Fire Brick #BB1410

Tints of Fire Brick #BB1410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

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

R = 83.86%
G = 8.97%
B = 7.17%

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

#BB1410 (or 0xBB1410) is known color: Fire Brick. HEX triplet: BB, 14 and 10. RGB value is (187,20,16). Sum of RGB (Red+Green+Blue) = 187+20+16=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1410 is #44EBEF. Grayscale: #454545. Windows color (decimal): -4516848 or 1053883. OLE color: 1053883.

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

Color convert

RGB 187 20 16 -
CMYK 0 0.89 0.91 0.27
HSL 1.4º 0.84% 0.4% -
HSV(B) 1.4º 0.91% 0.73% -
XYZ 20.84 11.1 1.53 -
YUV 69.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 187 20 16 0 0.89 0.91 0.27 1.4 0.84 0.4
Hex BB 14 10 0 59 5B 1B 1 54 28
Octal 273 24 20 0 131 133 33 1 124 50
Binary 10111011 10100 10000 0 1011001 1011011 11011 1 1010100 101000

Color Harmonies of #BB1410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1410

Black with #BB1410

Text Example


Text Example

White with #BB1410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1410; }

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

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

background-color css

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

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

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

border-color css

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

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

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