Html Css Color HEX #BB2520 Fire Brick

📋 copy color: '#BB2520'

red 187 ◦ green 37 ◦ blue 32

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

Shades of Fire Brick #BB2520

Tints of Fire Brick #BB2520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 73.05%
G = 14.45%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB2520 (or 0xBB2520) is known color: Fire Brick. HEX triplet: BB, 25 and 20. RGB value is (187,37,32). Sum of RGB (Red+Green+Blue) = 187+37+32=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2520 is #44DADF. Grayscale: #515151. Windows color (decimal): -4512480 or 2106811. OLE color: 2106811.

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

Color convert

RGB 187 37 32 -
CMYK 0 0.80 0.83 0.27
HSL 1.94º 0.71% 0.43% -
HSV(B) 1.94º 0.83% 0.73% -
XYZ 21.42 11.99 2.55 -
YUV 81.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 187 37 32 0 0.80 0.83 0.27 1.94 0.71 0.43
Hex BB 25 20 0 50 53 1B 2 47 2B
Octal 273 45 40 0 120 123 33 2 107 53
Binary 10111011 100101 100000 0 1010000 1010011 11011 10 1000111 101011

Color Harmonies of #BB2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2520

Black with #BB2520

Text Example


Text Example

White with #BB2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2520; }

 p { color: rgb(187,37,32); }

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

background-color css

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

 a { background-color: rgb(187,37,32); }

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

border-color css

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

 span { border-color: rgb(187,37,32); }

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