Html Css Color HEX #BB2117 Fire Brick

📋 copy color: '#BB2117'

red 187 ◦ green 33 ◦ blue 23

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

Shades of Fire Brick #BB2117

Tints of Fire Brick #BB2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.58%

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

R = 76.95%
G = 13.58%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB2117 (or 0xBB2117) is known color: Fire Brick. HEX triplet: BB, 21 and 17. RGB value is (187,33,23). Sum of RGB (Red+Green+Blue) = 187+33+23=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2117 is #44DEE8. Grayscale: #4E4E4E. Windows color (decimal): -4513513 or 1515963. OLE color: 1515963.

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

Color convert

RGB 187 33 23 -
CMYK 0 0.82 0.88 0.27
HSL 3.66º 0.78% 0.41% -
HSV(B) 3.66º 0.88% 0.73% -
XYZ 21.19 11.71 1.95 -
YUV 77.91 97.02 205.81 -
System Red Green Blue C M Y K H S L
Decimal 187 33 23 0 0.82 0.88 0.27 3.66 0.78 0.41
Hex BB 21 17 0 52 58 1B 4 4E 29
Octal 273 41 27 0 122 130 33 4 116 51
Binary 10111011 100001 10111 0 1010010 1011000 11011 100 1001110 101001

Color Harmonies of #BB2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2117

Black with #BB2117

Text Example


Text Example

White with #BB2117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2117; }

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

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

background-color css

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

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

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

border-color css

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

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

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