Html Css Color HEX #BB1D15 Fire Brick

📋 copy color: '#BB1D15'

red 187 ◦ green 29 ◦ blue 21

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

Shades of Fire Brick #BB1D15

Tints of Fire Brick #BB1D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.24%

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

R = 78.9%
G = 12.24%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB1D15 (or 0xBB1D15) is known color: Fire Brick. HEX triplet: BB, 1D and 15. RGB value is (187,29,21). Sum of RGB (Red+Green+Blue) = 187+29+21=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1D15 is #44E2EA. Grayscale: #4B4B4B. Windows color (decimal): -4514539 or 1383867. OLE color: 1383867.

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

Color convert

RGB 187 29 21 -
CMYK 0 0.84 0.89 0.27
HSL 2.89º 0.8% 0.41% -
HSV(B) 2.89º 0.89% 0.73% -
XYZ 21.07 11.5 1.82 -
YUV 75.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 187 29 21 0 0.84 0.89 0.27 2.89 0.8 0.41
Hex BB 1D 15 0 54 59 1B 3 50 29
Octal 273 35 25 0 124 131 33 3 120 51
Binary 10111011 11101 10101 0 1010100 1011001 11011 11 1010000 101001

Color Harmonies of #BB1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D15

Black with #BB1D15

Text Example


Text Example

White with #BB1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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