Html Css Color HEX #BB1A15 Fire Brick

📋 copy color: '#BB1A15'

red 187 ◦ green 26 ◦ blue 21

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

Shades of Fire Brick #BB1A15

Tints of Fire Brick #BB1A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.11%

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 79.91%
G = 11.11%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB1A15 (or 0xBB1A15) is known color: Fire Brick. HEX triplet: BB, 1A and 15. RGB value is (187,26,21). Sum of RGB (Red+Green+Blue) = 187+26+21=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1A15 is #44E5EA. Grayscale: #494949. Windows color (decimal): -4515307 or 1383099. OLE color: 1383099.

HSL color Cylindrical-coordinate representation of color #BB1A15: hue angle of 1.81º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1A15 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 26 21 -
CMYK 0 0.86 0.89 0.27
HSL 1.81º 0.8% 0.41% -
HSV(B) 1.81º 0.89% 0.73% -
XYZ 21 11.36 1.79 -
YUV 73.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 187 26 21 0 0.86 0.89 0.27 1.81 0.8 0.41
Hex BB 1A 15 0 56 59 1B 2 50 29
Octal 273 32 25 0 126 131 33 2 120 51
Binary 10111011 11010 10101 0 1010110 1011001 11011 10 1010000 101001

Color Harmonies of #BB1A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A15

Black with #BB1A15

Text Example


Text Example

White with #BB1A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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