Html Css Color HEX #BB2D2C Fire Brick

📋 copy color: '#BB2D2C'

red 187 ◦ green 45 ◦ blue 44

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

Shades of Fire Brick #BB2D2C

Tints of Fire Brick #BB2D2C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.3%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 67.75%
G = 16.3%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB2D2C (or 0xBB2D2C) is known color: Fire Brick. HEX triplet: BB, 2D and 2C. RGB value is (187,45,44). Sum of RGB (Red+Green+Blue) = 187+45+44=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D2C is #44D2D3. Grayscale: #575757. Windows color (decimal): -4510420 or 2895291. OLE color: 2895291.

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

Color convert

RGB 187 45 44 -
CMYK 0 0.76 0.76 0.27
HSL 0.42º 0.62% 0.45% -
HSV(B) 0.42º 0.76% 0.73% -
XYZ 21.89 12.62 3.67 -
YUV 87.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 187 45 44 0 0.76 0.76 0.27 0.42 0.62 0.45
Hex BB 2D 2C 0 4C 4C 1B 0 3E 2D
Octal 273 55 54 0 114 114 33 0 76 55
Binary 10111011 101101 101100 0 1001100 1001100 11011 0 111110 101101

Color Harmonies of #BB2D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D2C

Black with #BB2D2C

Text Example


Text Example

White with #BB2D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D2C; }

 p { color: rgb(187,45,44); }

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

background-color css

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

 a { background-color: rgb(187,45,44); }

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

border-color css

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

 span { border-color: rgb(187,45,44); }

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