Html Css Color HEX #BB2619 Fire Brick

📋 copy color: '#BB2619'

red 187 ◦ green 38 ◦ blue 25

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

Shades of Fire Brick #BB2619

Tints of Fire Brick #BB2619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10%

R = 74.8%
G = 15.2%
B = 10%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB2619 (or 0xBB2619) is known color: Fire Brick. HEX triplet: BB, 26 and 19. RGB value is (187,38,25). Sum of RGB (Red+Green+Blue) = 187+38+25=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2619 is #44D9E6. Grayscale: #515151. Windows color (decimal): -4512231 or 1648315. OLE color: 1648315.

HSL color Cylindrical-coordinate representation of color #BB2619: hue angle of 4.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB2619 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 25 -
CMYK 0 0.80 0.87 0.27
HSL 4.81º 0.76% 0.42% -
HSV(B) 4.81º 0.87% 0.73% -
XYZ 21.36 12.02 2.11 -
YUV 81.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 187 38 25 0 0.80 0.87 0.27 4.81 0.76 0.42
Hex BB 26 19 0 50 57 1B 5 4C 2A
Octal 273 46 31 0 120 127 33 5 114 52
Binary 10111011 100110 11001 0 1010000 1010111 11011 101 1001100 101010

Color Harmonies of #BB2619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2619

Black with #BB2619

Text Example


Text Example

White with #BB2619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2619; }

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

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

background-color css

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

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

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

border-color css

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

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

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