Html Css Color HEX #BB2715 Fire Brick

📋 copy color: '#BB2715'

red 187 ◦ green 39 ◦ blue 21

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

Shades of Fire Brick #BB2715

Tints of Fire Brick #BB2715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.79%

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

R = 75.71%
G = 15.79%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB2715 (or 0xBB2715) is known color: Fire Brick. HEX triplet: BB, 27 and 15. RGB value is (187,39,21). Sum of RGB (Red+Green+Blue) = 187+39+21=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2715 is #44D8EA. Grayscale: #515151. Windows color (decimal): -4511979 or 1386427. OLE color: 1386427.

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

Color convert

RGB 187 39 21 -
CMYK 0 0.79 0.89 0.27
HSL 6.51º 0.8% 0.41% -
HSV(B) 6.51º 0.89% 0.73% -
XYZ 21.35 12.07 1.91 -
YUV 81.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 187 39 21 0 0.79 0.89 0.27 6.51 0.8 0.41
Hex BB 27 15 0 4F 59 1B 7 50 29
Octal 273 47 25 0 117 131 33 7 120 51
Binary 10111011 100111 10101 0 1001111 1011001 11011 111 1010000 101001

Color Harmonies of #BB2715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2715

Black with #BB2715

Text Example


Text Example

White with #BB2715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2715; }

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

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

background-color css

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

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

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

border-color css

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

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

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