Html Css Color HEX #BB2320 Fire Brick

📋 copy color: '#BB2320'

red 187 ◦ green 35 ◦ blue 32

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

Shades of Fire Brick #BB2320

Tints of Fire Brick #BB2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

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

R = 73.62%
G = 13.78%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB2320 (or 0xBB2320) is known color: Fire Brick. HEX triplet: BB, 23 and 20. RGB value is (187,35,32). Sum of RGB (Red+Green+Blue) = 187+35+32=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2320 is #44DCDF. Grayscale: #505050. Windows color (decimal): -4512992 or 2106299. OLE color: 2106299.

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

Color convert

RGB 187 35 32 -
CMYK 0 0.81 0.83 0.27
HSL 1.16º 0.71% 0.43% -
HSV(B) 1.16º 0.83% 0.73% -
XYZ 21.36 11.87 2.53 -
YUV 80.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 187 35 32 0 0.81 0.83 0.27 1.16 0.71 0.43
Hex BB 23 20 0 51 53 1B 1 47 2B
Octal 273 43 40 0 121 123 33 1 107 53
Binary 10111011 100011 100000 0 1010001 1010011 11011 1 1000111 101011

Color Harmonies of #BB2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2320

Black with #BB2320

Text Example


Text Example

White with #BB2320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2320; }

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

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

background-color css

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

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

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

border-color css

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

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

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