Html Css Color HEX #BB2817 Fire Brick

📋 copy color: '#BB2817'

red 187 ◦ green 40 ◦ blue 23

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

Shades of Fire Brick #BB2817

Tints of Fire Brick #BB2817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16%

 BLUE value IS 23 (9.38% from 255) = 9.2%

R = 74.8%
G = 16%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB2817 (or 0xBB2817) is known color: Fire Brick. HEX triplet: BB, 28 and 17. RGB value is (187,40,23). Sum of RGB (Red+Green+Blue) = 187+40+23=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2817 is #44D7E8. Grayscale: #525252. Windows color (decimal): -4511721 or 1517755. OLE color: 1517755.

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

Color convert

RGB 187 40 23 -
CMYK 0 0.79 0.88 0.27
HSL 6.22º 0.78% 0.41% -
HSV(B) 6.22º 0.88% 0.73% -
XYZ 21.41 12.14 2.03 -
YUV 82.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 187 40 23 0 0.79 0.88 0.27 6.22 0.78 0.41
Hex BB 28 17 0 4F 58 1B 6 4E 29
Octal 273 50 27 0 117 130 33 6 116 51
Binary 10111011 101000 10111 0 1001111 1011000 11011 110 1001110 101001

Color Harmonies of #BB2817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2817

Black with #BB2817

Text Example


Text Example

White with #BB2817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2817; }

 p { color: rgb(187,40,23); }

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

background-color css

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

 a { background-color: rgb(187,40,23); }

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

border-color css

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

 span { border-color: rgb(187,40,23); }

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