Html Css Color HEX #BB1F0F Fire Brick

📋 copy color: '#BB1F0F'

red 187 ◦ green 31 ◦ blue 15

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

Shades of Fire Brick #BB1F0F

Tints of Fire Brick #BB1F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.3%

 BLUE value IS 15 (6.25% from 255) = 6.44%

R = 80.26%
G = 13.3%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB1F0F (or 0xBB1F0F) is known color: Fire Brick. HEX triplet: BB, 1F and 0F. RGB value is (187,31,15). Sum of RGB (Red+Green+Blue) = 187+31+15=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1F0F is #44E0F0. Grayscale: #4C4C4C. Windows color (decimal): -4514033 or 991163. OLE color: 991163.

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

Color convert

RGB 187 31 15 -
CMYK 0 0.83 0.92 0.27
HSL 5.58º 0.85% 0.4% -
HSV(B) 5.58º 0.92% 0.73% -
XYZ 21.07 11.58 1.58 -
YUV 75.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 187 31 15 0 0.83 0.92 0.27 5.58 0.85 0.4
Hex BB 1F F 0 53 5C 1B 6 55 28
Octal 273 37 17 0 123 134 33 6 125 50
Binary 10111011 11111 1111 0 1010011 1011100 11011 110 1010101 101000

Color Harmonies of #BB1F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1F0F

Black with #BB1F0F

Text Example


Text Example

White with #BB1F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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