Html Css Color HEX #BB3120 Fire Brick

📋 copy color: '#BB3120'

red 187 ◦ green 49 ◦ blue 32

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

Shades of Fire Brick #BB3120

Tints of Fire Brick #BB3120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.28%

 BLUE value IS 32 (12.89% from 255) = 11.94%

R = 69.78%
G = 18.28%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB3120 (or 0xBB3120) is known color: Fire Brick. HEX triplet: BB, 31 and 20. RGB value is (187,49,32). Sum of RGB (Red+Green+Blue) = 187+49+32=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3120 is #44CEDF. Grayscale: #585858. Windows color (decimal): -4509408 or 2109883. OLE color: 2109883.

HSL color Cylindrical-coordinate representation of color #BB3120: hue angle of 6.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB3120 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 49 32 -
CMYK 0 0.74 0.83 0.27
HSL 6.58º 0.71% 0.43% -
HSV(B) 6.58º 0.83% 0.73% -
XYZ 21.85 12.87 2.7 -
YUV 88.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 187 49 32 0 0.74 0.83 0.27 6.58 0.71 0.43
Hex BB 31 20 0 4A 53 1B 7 47 2B
Octal 273 61 40 0 112 123 33 7 107 53
Binary 10111011 110001 100000 0 1001010 1010011 11011 111 1000111 101011

Color Harmonies of #BB3120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3120

Black with #BB3120

Text Example


Text Example

White with #BB3120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3120; }

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

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

background-color css

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

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

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

border-color css

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

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

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