Html Css Color HEX #BB2E1D Fire Brick

📋 copy color: '#BB2E1D'

red 187 ◦ green 46 ◦ blue 29

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

Shades of Fire Brick #BB2E1D

Tints of Fire Brick #BB2E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.56%

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 71.37%
G = 17.56%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB2E1D (or 0xBB2E1D) is known color: Fire Brick. HEX triplet: BB, 2E and 1D. RGB value is (187,46,29). Sum of RGB (Red+Green+Blue) = 187+46+29=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E1D is #44D1E2. Grayscale: #565656. Windows color (decimal): -4510179 or 1912507. OLE color: 1912507.

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

Color convert

RGB 187 46 29 -
CMYK 0 0.75 0.84 0.27
HSL 6.46º 0.73% 0.42% -
HSV(B) 6.46º 0.84% 0.73% -
XYZ 21.69 12.61 2.45 -
YUV 86.22 95.71 199.88 -
System Red Green Blue C M Y K H S L
Decimal 187 46 29 0 0.75 0.84 0.27 6.46 0.73 0.42
Hex BB 2E 1D 0 4B 54 1B 6 49 2A
Octal 273 56 35 0 113 124 33 6 111 52
Binary 10111011 101110 11101 0 1001011 1010100 11011 110 1001001 101010

Color Harmonies of #BB2E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E1D

Black with #BB2E1D

Text Example


Text Example

White with #BB2E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E1D; }

 p { color: rgb(187,46,29); }

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

background-color css

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

 a { background-color: rgb(187,46,29); }

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

border-color css

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

 span { border-color: rgb(187,46,29); }

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