Html Css Color HEX #BB2E1E Fire Brick

📋 copy color: '#BB2E1E'

red 187 ◦ green 46 ◦ blue 30

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

Shades of Fire Brick #BB2E1E

Tints of Fire Brick #BB2E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 71.1%
G = 17.49%
B = 11.41%

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

#BB2E1E (or 0xBB2E1E) is known color: Fire Brick. HEX triplet: BB, 2E and 1E. RGB value is (187,46,30). Sum of RGB (Red+Green+Blue) = 187+46+30=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E1E is #44D1E1. Grayscale: #565656. Windows color (decimal): -4510178 or 1978043. OLE color: 1978043.

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

Color convert

RGB 187 46 30 -
CMYK 0 0.75 0.84 0.27
HSL 6.11º 0.72% 0.43% -
HSV(B) 6.11º 0.84% 0.73% -
XYZ 21.7 12.61 2.52 -
YUV 86.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 187 46 30 0 0.75 0.84 0.27 6.11 0.72 0.43
Hex BB 2E 1E 0 4B 54 1B 6 48 2B
Octal 273 56 36 0 113 124 33 6 110 53
Binary 10111011 101110 11110 0 1001011 1010100 11011 110 1001000 101011

Color Harmonies of #BB2E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E1E

Black with #BB2E1E

Text Example


Text Example

White with #BB2E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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