Html Css Color HEX #BB2018 Fire Brick

📋 copy color: '#BB2018'

red 187 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #BB2018

Tints of Fire Brick #BB2018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

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

R = 76.95%
G = 13.17%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB2018 (or 0xBB2018) is known color: Fire Brick. HEX triplet: BB, 20 and 18. RGB value is (187,32,24). Sum of RGB (Red+Green+Blue) = 187+32+24=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2018 is #44DFE7. Grayscale: #4D4D4D. Windows color (decimal): -4513768 or 1581243. OLE color: 1581243.

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

Color convert

RGB 187 32 24 -
CMYK 0 0.83 0.87 0.27
HSL 2.94º 0.77% 0.41% -
HSV(B) 2.94º 0.87% 0.73% -
XYZ 21.17 11.66 2 -
YUV 77.43 97.85 206.15 -
System Red Green Blue C M Y K H S L
Decimal 187 32 24 0 0.83 0.87 0.27 2.94 0.77 0.41
Hex BB 20 18 0 53 57 1B 3 4D 29
Octal 273 40 30 0 123 127 33 3 115 51
Binary 10111011 100000 11000 0 1010011 1010111 11011 11 1001101 101001

Color Harmonies of #BB2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2018

Black with #BB2018

Text Example


Text Example

White with #BB2018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2018; }

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

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

background-color css

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

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

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

border-color css

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

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

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