Html Css Color HEX #BB2613 Fire Brick

📋 copy color: '#BB2613'

red 187 ◦ green 38 ◦ blue 19

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

Shades of Fire Brick #BB2613

Tints of Fire Brick #BB2613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.57%

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

R = 76.64%
G = 15.57%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB2613 (or 0xBB2613) is known color: Fire Brick. HEX triplet: BB, 26 and 13. RGB value is (187,38,19). Sum of RGB (Red+Green+Blue) = 187+38+19=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2613 is #44D9EC. Grayscale: #505050. Windows color (decimal): -4512237 or 1255099. OLE color: 1255099.

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

Color convert

RGB 187 38 19 -
CMYK 0 0.80 0.90 0.27
HSL 6.79º 0.82% 0.4% -
HSV(B) 6.79º 0.9% 0.73% -
XYZ 21.3 12 1.81 -
YUV 80.39 93.36 204.04 -
System Red Green Blue C M Y K H S L
Decimal 187 38 19 0 0.80 0.90 0.27 6.79 0.82 0.4
Hex BB 26 13 0 50 5A 1B 7 52 28
Octal 273 46 23 0 120 132 33 7 122 50
Binary 10111011 100110 10011 0 1010000 1011010 11011 111 1010010 101000

Color Harmonies of #BB2613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2613

Black with #BB2613

Text Example


Text Example

White with #BB2613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2613; }

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

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

background-color css

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

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

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

border-color css

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

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

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