Html Css Color HEX #BB271E Fire Brick

📋 copy color: '#BB271E'

red 187 ◦ green 39 ◦ blue 30

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

Shades of Fire Brick #BB271E

Tints of Fire Brick #BB271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 73.05%
G = 15.23%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB271E (or 0xBB271E) is known color: Fire Brick. HEX triplet: BB, 27 and 1E. RGB value is (187,39,30). Sum of RGB (Red+Green+Blue) = 187+39+30=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB271E is #44D8E1. Grayscale: #525252. Windows color (decimal): -4511970 or 1976251. OLE color: 1976251.

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

Color convert

RGB 187 39 30 -
CMYK 0 0.79 0.84 0.27
HSL 3.44º 0.72% 0.43% -
HSV(B) 3.44º 0.84% 0.73% -
XYZ 21.45 12.11 2.43 -
YUV 82.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 187 39 30 0 0.79 0.84 0.27 3.44 0.72 0.43
Hex BB 27 1E 0 4F 54 1B 3 48 2B
Octal 273 47 36 0 117 124 33 3 110 53
Binary 10111011 100111 11110 0 1001111 1010100 11011 11 1001000 101011

Color Harmonies of #BB271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB271E

Black with #BB271E

Text Example


Text Example

White with #BB271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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