Html Css Color HEX #BB2927 Fire Brick

📋 copy color: '#BB2927'

red 187 ◦ green 41 ◦ blue 39

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

Shades of Fire Brick #BB2927

Tints of Fire Brick #BB2927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.36%

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

R = 70.04%
G = 15.36%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB2927 (or 0xBB2927) is known color: Fire Brick. HEX triplet: BB, 29 and 27. RGB value is (187,41,39). Sum of RGB (Red+Green+Blue) = 187+41+39=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2927 is #44D6D8. Grayscale: #545454. Windows color (decimal): -4511449 or 2566587. OLE color: 2566587.

HSL color Cylindrical-coordinate representation of color #BB2927: hue angle of 0.81º 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 #BB2927 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 39 -
CMYK 0 0.78 0.79 0.27
HSL 0.81º 0.65% 0.44% -
HSV(B) 0.81º 0.79% 0.73% -
XYZ 21.65 12.3 3.15 -
YUV 84.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 187 41 39 0 0.78 0.79 0.27 0.81 0.65 0.44
Hex BB 29 27 0 4E 4F 1B 1 41 2C
Octal 273 51 47 0 116 117 33 1 101 54
Binary 10111011 101001 100111 0 1001110 1001111 11011 1 1000001 101100

Color Harmonies of #BB2927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2927

Black with #BB2927

Text Example


Text Example

White with #BB2927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2927; }

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

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

background-color css

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

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

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

border-color css

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

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

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