Html Css Color HEX #BB2C1A Fire Brick

📋 copy color: '#BB2C1A'

red 187 ◦ green 44 ◦ blue 26

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

Shades of Fire Brick #BB2C1A

Tints of Fire Brick #BB2C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 72.76%
G = 17.12%
B = 10.12%

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

#BB2C1A (or 0xBB2C1A) is known color: Fire Brick. HEX triplet: BB, 2C and 1A. RGB value is (187,44,26). Sum of RGB (Red+Green+Blue) = 187+44+26=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C1A is #44D3E5. Grayscale: #545454. Windows color (decimal): -4510694 or 1715387. OLE color: 1715387.

HSL color Cylindrical-coordinate representation of color #BB2C1A: hue angle of 6.71º degrees, saturation: 0.76, 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 #BB2C1A is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 44 26 -
CMYK 0 0.76 0.86 0.27
HSL 6.71º 0.76% 0.42% -
HSV(B) 6.71º 0.86% 0.73% -
XYZ 21.58 12.44 2.24 -
YUV 84.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 187 44 26 0 0.76 0.86 0.27 6.71 0.76 0.42
Hex BB 2C 1A 0 4C 56 1B 7 4C 2A
Octal 273 54 32 0 114 126 33 7 114 52
Binary 10111011 101100 11010 0 1001100 1010110 11011 111 1001100 101010

Color Harmonies of #BB2C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C1A

Black with #BB2C1A

Text Example


Text Example

White with #BB2C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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