Html Css Color HEX #BB3228 Fire Brick

📋 copy color: '#BB3228'

red 187 ◦ green 50 ◦ blue 40

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

Shades of Fire Brick #BB3228

Tints of Fire Brick #BB3228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

 BLUE value IS 40 (16.02% from 255) = 14.44%

R = 67.51%
G = 18.05%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB3228 (or 0xBB3228) is known color: Fire Brick. HEX triplet: BB, 32 and 28. RGB value is (187,50,40). Sum of RGB (Red+Green+Blue) = 187+50+40=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3228 is #44CDD7. Grayscale: #5A5A5A. Windows color (decimal): -4509144 or 2634427. OLE color: 2634427.

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

Color convert

RGB 187 50 40 -
CMYK 0 0.73 0.79 0.27
HSL 4.08º 0.65% 0.45% -
HSV(B) 4.08º 0.79% 0.73% -
XYZ 22.02 13 3.36 -
YUV 89.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 187 50 40 0 0.73 0.79 0.27 4.08 0.65 0.45
Hex BB 32 28 0 49 4F 1B 4 41 2D
Octal 273 62 50 0 111 117 33 4 101 55
Binary 10111011 110010 101000 0 1001001 1001111 11011 100 1000001 101101

Color Harmonies of #BB3228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3228

Black with #BB3228

Text Example


Text Example

White with #BB3228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3228; }

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

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

background-color css

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

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

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

border-color css

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

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

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