Html Css Color HEX #BB271F Fire Brick

📋 copy color: '#BB271F'

red 187 ◦ green 39 ◦ blue 31

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

Shades of Fire Brick #BB271F

Tints of Fire Brick #BB271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 72.76%
G = 15.18%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB271F (or 0xBB271F) is known color: Fire Brick. HEX triplet: BB, 27 and 1F. RGB value is (187,39,31). Sum of RGB (Red+Green+Blue) = 187+39+31=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB271F is #44D8E0. Grayscale: #525252. Windows color (decimal): -4511969 or 2041787. OLE color: 2041787.

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

Color convert

RGB 187 39 31 -
CMYK 0 0.79 0.83 0.27
HSL 3.08º 0.72% 0.43% -
HSV(B) 3.08º 0.83% 0.73% -
XYZ 21.47 12.11 2.5 -
YUV 82.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 187 39 31 0 0.79 0.83 0.27 3.08 0.72 0.43
Hex BB 27 1F 0 4F 53 1B 3 48 2B
Octal 273 47 37 0 117 123 33 3 110 53
Binary 10111011 100111 11111 0 1001111 1010011 11011 11 1001000 101011

Color Harmonies of #BB271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB271F

Black with #BB271F

Text Example


Text Example

White with #BB271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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