Html Css Color HEX #BB2D27 Fire Brick

📋 copy color: '#BB2D27'

red 187 ◦ green 45 ◦ blue 39

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

Shades of Fire Brick #BB2D27

Tints of Fire Brick #BB2D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

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

R = 69%
G = 16.61%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB2D27 (or 0xBB2D27) is known color: Fire Brick. HEX triplet: BB, 2D and 27. RGB value is (187,45,39). Sum of RGB (Red+Green+Blue) = 187+45+39=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D27 is #44D2D8. Grayscale: #565656. Windows color (decimal): -4510425 or 2567611. OLE color: 2567611.

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

Color convert

RGB 187 45 39 -
CMYK 0 0.76 0.79 0.27
HSL 2.43º 0.65% 0.44% -
HSV(B) 2.43º 0.79% 0.73% -
XYZ 21.8 12.59 3.2 -
YUV 86.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 187 45 39 0 0.76 0.79 0.27 2.43 0.65 0.44
Hex BB 2D 27 0 4C 4F 1B 2 41 2C
Octal 273 55 47 0 114 117 33 2 101 54
Binary 10111011 101101 100111 0 1001100 1001111 11011 10 1000001 101100

Color Harmonies of #BB2D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D27

Black with #BB2D27

Text Example


Text Example

White with #BB2D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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