Html Css Color HEX #BB1E13 Fire Brick

📋 copy color: '#BB1E13'

red 187 ◦ green 30 ◦ blue 19

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

Shades of Fire Brick #BB1E13

Tints of Fire Brick #BB1E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 79.24%
G = 12.71%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB1E13 (or 0xBB1E13) is known color: Fire Brick. HEX triplet: BB, 1E and 13. RGB value is (187,30,19). Sum of RGB (Red+Green+Blue) = 187+30+19=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1E13 is #44E1EC. Grayscale: #4B4B4B. Windows color (decimal): -4514285 or 1253051. OLE color: 1253051.

HSL color Cylindrical-coordinate representation of color #BB1E13: hue angle of 3.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1E13 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 30 19 -
CMYK 0 0.84 0.90 0.27
HSL 3.93º 0.82% 0.4% -
HSV(B) 3.93º 0.9% 0.73% -
XYZ 21.08 11.54 1.73 -
YUV 75.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 187 30 19 0 0.84 0.90 0.27 3.93 0.82 0.4
Hex BB 1E 13 0 54 5A 1B 4 52 28
Octal 273 36 23 0 124 132 33 4 122 50
Binary 10111011 11110 10011 0 1010100 1011010 11011 100 1010010 101000

Color Harmonies of #BB1E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E13

Black with #BB1E13

Text Example


Text Example

White with #BB1E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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