Html Css Color HEX #BB2415 Fire Brick

📋 copy color: '#BB2415'

red 187 ◦ green 36 ◦ blue 21

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

Shades of Fire Brick #BB2415

Tints of Fire Brick #BB2415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.75%

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

R = 76.64%
G = 14.75%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB2415 (or 0xBB2415) is known color: Fire Brick. HEX triplet: BB, 24 and 15. RGB value is (187,36,21). Sum of RGB (Red+Green+Blue) = 187+36+21=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2415 is #44DBEA. Grayscale: #4F4F4F. Windows color (decimal): -4512747 or 1385659. OLE color: 1385659.

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

Color convert

RGB 187 36 21 -
CMYK 0 0.81 0.89 0.27
HSL 5.42º 0.8% 0.41% -
HSV(B) 5.42º 0.89% 0.73% -
XYZ 21.26 11.88 1.88 -
YUV 79.44 95.03 204.72 -
System Red Green Blue C M Y K H S L
Decimal 187 36 21 0 0.81 0.89 0.27 5.42 0.8 0.41
Hex BB 24 15 0 51 59 1B 5 50 29
Octal 273 44 25 0 121 131 33 5 120 51
Binary 10111011 100100 10101 0 1010001 1011001 11011 101 1010000 101001

Color Harmonies of #BB2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2415

Black with #BB2415

Text Example


Text Example

White with #BB2415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2415; }

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

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

background-color css

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

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

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

border-color css

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

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

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