Html Css Color HEX #BB3121 Fire Brick

📋 copy color: '#BB3121'

red 187 ◦ green 49 ◦ blue 33

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

Shades of Fire Brick #BB3121

Tints of Fire Brick #BB3121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.27%

R = 69.52%
G = 18.22%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB3121 (or 0xBB3121) is known color: Fire Brick. HEX triplet: BB, 31 and 21. RGB value is (187,49,33). Sum of RGB (Red+Green+Blue) = 187+49+33=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3121 is #44CEDE. Grayscale: #585858. Windows color (decimal): -4509407 or 2175419. OLE color: 2175419.

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

Color convert

RGB 187 49 33 -
CMYK 0 0.74 0.82 0.27
HSL 6.23º 0.7% 0.43% -
HSV(B) 6.23º 0.82% 0.73% -
XYZ 21.87 12.87 2.77 -
YUV 88.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 187 49 33 0 0.74 0.82 0.27 6.23 0.7 0.43
Hex BB 31 21 0 4A 52 1B 6 46 2B
Octal 273 61 41 0 112 122 33 6 106 53
Binary 10111011 110001 100001 0 1001010 1010010 11011 110 1000110 101011

Color Harmonies of #BB3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3121

Black with #BB3121

Text Example


Text Example

White with #BB3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3121; }

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

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

background-color css

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

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

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

border-color css

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

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

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