Html Css Color HEX #BB2827 Fire Brick

📋 copy color: '#BB2827'

red 187 ◦ green 40 ◦ blue 39

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

Shades of Fire Brick #BB2827

Tints of Fire Brick #BB2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

 BLUE value IS 39 (15.63% from 255) = 14.66%

R = 70.3%
G = 15.04%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB2827 (or 0xBB2827) is known color: Fire Brick. HEX triplet: BB, 28 and 27. RGB value is (187,40,39). Sum of RGB (Red+Green+Blue) = 187+40+39=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2827 is #44D7D8. Grayscale: #535353. Windows color (decimal): -4511705 or 2566331. OLE color: 2566331.

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

Color convert

RGB 187 40 39 -
CMYK 0 0.79 0.79 0.27
HSL 0.41º 0.65% 0.44% -
HSV(B) 0.41º 0.79% 0.73% -
XYZ 21.62 12.23 3.14 -
YUV 83.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 187 40 39 0 0.79 0.79 0.27 0.41 0.65 0.44
Hex BB 28 27 0 4F 4F 1B 0 41 2C
Octal 273 50 47 0 117 117 33 0 101 54
Binary 10111011 101000 100111 0 1001111 1001111 11011 0 1000001 101100

Color Harmonies of #BB2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2827

Black with #BB2827

Text Example


Text Example

White with #BB2827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2827; }

 p { color: rgb(187,40,39); }

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

background-color css

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

 a { background-color: rgb(187,40,39); }

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

border-color css

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

 span { border-color: rgb(187,40,39); }

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