Html Css Color HEX #BB2A19 Fire Brick

📋 copy color: '#BB2A19'

red 187 ◦ green 42 ◦ blue 25

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

Shades of Fire Brick #BB2A19

Tints of Fire Brick #BB2A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.54%

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

R = 73.62%
G = 16.54%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB2A19 (or 0xBB2A19) is known color: Fire Brick. HEX triplet: BB, 2A and 19. RGB value is (187,42,25). Sum of RGB (Red+Green+Blue) = 187+42+25=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2A19 is #44D5E6. Grayscale: #535353. Windows color (decimal): -4511207 or 1649339. OLE color: 1649339.

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

Color convert

RGB 187 42 25 -
CMYK 0 0.78 0.87 0.27
HSL 6.3º 0.76% 0.42% -
HSV(B) 6.3º 0.87% 0.73% -
XYZ 21.5 12.29 2.16 -
YUV 83.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 187 42 25 0 0.78 0.87 0.27 6.3 0.76 0.42
Hex BB 2A 19 0 4E 57 1B 6 4C 2A
Octal 273 52 31 0 116 127 33 6 114 52
Binary 10111011 101010 11001 0 1001110 1010111 11011 110 1001100 101010

Color Harmonies of #BB2A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A19

Black with #BB2A19

Text Example


Text Example

White with #BB2A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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