Html Css Color HEX #BB140F Fire Brick

📋 copy color: '#BB140F'

red 187 ◦ green 20 ◦ blue 15

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

Shades of Fire Brick #BB140F

Tints of Fire Brick #BB140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.01%

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

R = 84.23%
G = 9.01%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB140F (or 0xBB140F) is known color: Fire Brick. HEX triplet: BB, 14 and 0F. RGB value is (187,20,15). Sum of RGB (Red+Green+Blue) = 187+20+15=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB140F is #44EBF0. Grayscale: #454545. Windows color (decimal): -4516849 or 988347. OLE color: 988347.

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

Color convert

RGB 187 20 15 -
CMYK 0 0.89 0.92 0.27
HSL 1.74º 0.85% 0.4% -
HSV(B) 1.74º 0.92% 0.73% -
XYZ 20.83 11.1 1.5 -
YUV 69.36 97.33 211.91 -
System Red Green Blue C M Y K H S L
Decimal 187 20 15 0 0.89 0.92 0.27 1.74 0.85 0.4
Hex BB 14 F 0 59 5C 1B 2 55 28
Octal 273 24 17 0 131 134 33 2 125 50
Binary 10111011 10100 1111 0 1011001 1011100 11011 10 1010101 101000

Color Harmonies of #BB140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB140F

Black with #BB140F

Text Example


Text Example

White with #BB140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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