Html Css Color HEX #BB2C1B Fire Brick

📋 copy color: '#BB2C1B'

red 187 ◦ green 44 ◦ blue 27

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

Shades of Fire Brick #BB2C1B

Tints of Fire Brick #BB2C1B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.05%

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 72.48%
G = 17.05%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB2C1B (or 0xBB2C1B) is known color: Fire Brick. HEX triplet: BB, 2C and 1B. RGB value is (187,44,27). Sum of RGB (Red+Green+Blue) = 187+44+27=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C1B is #44D3E4. Grayscale: #555555. Windows color (decimal): -4510693 or 1780923. OLE color: 1780923.

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

Color convert

RGB 187 44 27 -
CMYK 0 0.76 0.86 0.27
HSL 6.38º 0.75% 0.42% -
HSV(B) 6.38º 0.86% 0.73% -
XYZ 21.59 12.45 2.3 -
YUV 84.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 187 44 27 0 0.76 0.86 0.27 6.38 0.75 0.42
Hex BB 2C 1B 0 4C 56 1B 6 4B 2A
Octal 273 54 33 0 114 126 33 6 113 52
Binary 10111011 101100 11011 0 1001100 1010110 11011 110 1001011 101010

Color Harmonies of #BB2C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C1B

Black with #BB2C1B

Text Example


Text Example

White with #BB2C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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