Html Css Color HEX #BB2515 Fire Brick

📋 copy color: '#BB2515'

red 187 ◦ green 37 ◦ blue 21

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

Shades of Fire Brick #BB2515

Tints of Fire Brick #BB2515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.1%

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

R = 76.33%
G = 15.1%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB2515 (or 0xBB2515) is known color: Fire Brick. HEX triplet: BB, 25 and 15. RGB value is (187,37,21). Sum of RGB (Red+Green+Blue) = 187+37+21=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2515 is #44DAEA. Grayscale: #505050. Windows color (decimal): -4512491 or 1385915. OLE color: 1385915.

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

Color convert

RGB 187 37 21 -
CMYK 0 0.80 0.89 0.27
HSL 5.78º 0.8% 0.41% -
HSV(B) 5.78º 0.89% 0.73% -
XYZ 21.29 11.94 1.89 -
YUV 80.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 187 37 21 0 0.80 0.89 0.27 5.78 0.8 0.41
Hex BB 25 15 0 50 59 1B 6 50 29
Octal 273 45 25 0 120 131 33 6 120 51
Binary 10111011 100101 10101 0 1010000 1011001 11011 110 1010000 101001

Color Harmonies of #BB2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2515

Black with #BB2515

Text Example


Text Example

White with #BB2515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2515; }

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

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

background-color css

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

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

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

border-color css

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

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

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