Html Css Color HEX #BB2E24 Fire Brick

📋 copy color: '#BB2E24'

red 187 ◦ green 46 ◦ blue 36

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

Shades of Fire Brick #BB2E24

Tints of Fire Brick #BB2E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.38%

R = 69.52%
G = 17.1%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB2E24 (or 0xBB2E24) is known color: Fire Brick. HEX triplet: BB, 2E and 24. RGB value is (187,46,36). Sum of RGB (Red+Green+Blue) = 187+46+36=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E24 is #44D1DB. Grayscale: #575757. Windows color (decimal): -4510172 or 2371259. OLE color: 2371259.

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

Color convert

RGB 187 46 36 -
CMYK 0 0.75 0.81 0.27
HSL 3.97º 0.68% 0.44% -
HSV(B) 3.97º 0.81% 0.73% -
XYZ 21.79 12.65 2.96 -
YUV 87.02 99.21 199.31 -
System Red Green Blue C M Y K H S L
Decimal 187 46 36 0 0.75 0.81 0.27 3.97 0.68 0.44
Hex BB 2E 24 0 4B 51 1B 4 44 2C
Octal 273 56 44 0 113 121 33 4 104 54
Binary 10111011 101110 100100 0 1001011 1010001 11011 100 1000100 101100

Color Harmonies of #BB2E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E24

Black with #BB2E24

Text Example


Text Example

White with #BB2E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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