Html Css Color HEX #BB2514 Fire Brick

📋 copy color: '#BB2514'

red 187 ◦ green 37 ◦ blue 20

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

Shades of Fire Brick #BB2514

Tints of Fire Brick #BB2514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 76.64%
G = 15.16%
B = 8.2%

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

#BB2514 (or 0xBB2514) is known color: Fire Brick. HEX triplet: BB, 25 and 14. RGB value is (187,37,20). Sum of RGB (Red+Green+Blue) = 187+37+20=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2514 is #44DAEB. Grayscale: #505050. Windows color (decimal): -4512492 or 1320379. OLE color: 1320379.

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

Color convert

RGB 187 37 20 -
CMYK 0 0.80 0.89 0.27
HSL 6.11º 0.81% 0.41% -
HSV(B) 6.11º 0.89% 0.73% -
XYZ 21.28 11.94 1.84 -
YUV 79.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 187 37 20 0 0.80 0.89 0.27 6.11 0.81 0.41
Hex BB 25 14 0 50 59 1B 6 51 29
Octal 273 45 24 0 120 131 33 6 121 51
Binary 10111011 100101 10100 0 1010000 1011001 11011 110 1010001 101001

Color Harmonies of #BB2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2514

Black with #BB2514

Text Example


Text Example

White with #BB2514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2514; }

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

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

background-color css

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

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

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

border-color css

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

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

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