Html Css Color HEX #BB1B09 Fire Brick

📋 copy color: '#BB1B09'

red 187 ◦ green 27 ◦ blue 9

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

Shades of Fire Brick #BB1B09

Tints of Fire Brick #BB1B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.11%

 BLUE value IS 9 (3.91% from 255) = 4.04%

R = 83.86%
G = 12.11%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB1B09 (or 0xBB1B09) is known color: Fire Brick. HEX triplet: BB, 1B and 09. RGB value is (187,27,9). Sum of RGB (Red+Green+Blue) = 187+27+9=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1B09 is #44E4F6. Grayscale: #494949. Windows color (decimal): -4515063 or 596923. OLE color: 596923.

HSL color Cylindrical-coordinate representation of color #BB1B09: hue angle of 6.07º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB1B09 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 27 9 -
CMYK 0 0.86 0.95 0.27
HSL 6.07º 0.91% 0.38% -
HSV(B) 6.07º 0.95% 0.73% -
XYZ 20.93 11.37 1.35 -
YUV 72.79 92.01 209.46 -
System Red Green Blue C M Y K H S L
Decimal 187 27 9 0 0.86 0.95 0.27 6.07 0.91 0.38
Hex BB 1B 9 0 56 5F 1B 6 5B 26
Octal 273 33 11 0 126 137 33 6 133 46
Binary 10111011 11011 1001 0 1010110 1011111 11011 110 1011011 100110

Color Harmonies of #BB1B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B09

Black with #BB1B09

Text Example


Text Example

White with #BB1B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B09; }

 p { color: rgb(187,27,9); }

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

background-color css

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

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

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

border-color css

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

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

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