Html Css Color HEX #BB1E1E Fire Brick

📋 copy color: '#BB1E1E'

red 187 ◦ green 30 ◦ blue 30

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

Shades of Fire Brick #BB1E1E

Tints of Fire Brick #BB1E1E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.15%

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

R = 75.71%
G = 12.15%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB1E1E (or 0xBB1E1E) is known color: Fire Brick. HEX triplet: BB, 1E and 1E. RGB value is (187,30,30). Sum of RGB (Red+Green+Blue) = 187+30+30=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E1E is #44E1E1. Grayscale: #4D4D4D. Windows color (decimal): -4514274 or 1973947. OLE color: 1973947.

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

Color convert

RGB 187 30 30 -
CMYK 0 0.84 0.84 0.27
HSL 0.72% 0.43% -
HSV(B) 0.84% 0.73% -
XYZ 21.19 11.59 2.35 -
YUV 76.94 101.51 206.5 -
System Red Green Blue C M Y K H S L
Decimal 187 30 30 0 0.84 0.84 0.27 0 0.72 0.43
Hex BB 1E 1E 0 54 54 1B 0 48 2B
Octal 273 36 36 0 124 124 33 0 110 53
Binary 10111011 11110 11110 0 1010100 1010100 11011 0 1001000 101011

Color Harmonies of #BB1E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E1E

Black with #BB1E1E

Text Example


Text Example

White with #BB1E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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