Html Css Color HEX #BB2518 Fire Brick

📋 copy color: '#BB2518'

red 187 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #BB2518

Tints of Fire Brick #BB2518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 75.4%
G = 14.92%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB2518 (or 0xBB2518) is known color: Fire Brick. HEX triplet: BB, 25 and 18. RGB value is (187,37,24). Sum of RGB (Red+Green+Blue) = 187+37+24=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2518 is #44DAE7. Grayscale: #505050. Windows color (decimal): -4512488 or 1582523. OLE color: 1582523.

HSL color Cylindrical-coordinate representation of color #BB2518: hue angle of 4.79º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB2518 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 24 -
CMYK 0 0.80 0.87 0.27
HSL 4.79º 0.77% 0.41% -
HSV(B) 4.79º 0.87% 0.73% -
XYZ 21.32 11.95 2.05 -
YUV 80.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 187 37 24 0 0.80 0.87 0.27 4.79 0.77 0.41
Hex BB 25 18 0 50 57 1B 5 4D 29
Octal 273 45 30 0 120 127 33 5 115 51
Binary 10111011 100101 11000 0 1010000 1010111 11011 101 1001101 101001

Color Harmonies of #BB2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2518

Black with #BB2518

Text Example


Text Example

White with #BB2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2518; }

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

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

background-color css

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

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

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

border-color css

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

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

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