Html Css Color HEX #BB2421 Fire Brick

📋 copy color: '#BB2421'

red 187 ◦ green 36 ◦ blue 33

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

Shades of Fire Brick #BB2421

Tints of Fire Brick #BB2421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 73.05%
G = 14.06%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB2421 (or 0xBB2421) is known color: Fire Brick. HEX triplet: BB, 24 and 21. RGB value is (187,36,33). Sum of RGB (Red+Green+Blue) = 187+36+33=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2421 is #44DBDE. Grayscale: #505050. Windows color (decimal): -4512735 or 2172091. OLE color: 2172091.

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

Color convert

RGB 187 36 33 -
CMYK 0 0.81 0.82 0.27
HSL 1.17º 0.7% 0.43% -
HSV(B) 1.17º 0.82% 0.73% -
XYZ 21.4 11.94 2.61 -
YUV 80.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 187 36 33 0 0.81 0.82 0.27 1.17 0.7 0.43
Hex BB 24 21 0 51 52 1B 1 46 2B
Octal 273 44 41 0 121 122 33 1 106 53
Binary 10111011 100100 100001 0 1010001 1010010 11011 1 1000110 101011

Color Harmonies of #BB2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2421

Black with #BB2421

Text Example


Text Example

White with #BB2421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2421; }

 p { color: rgb(187,36,33); }

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

background-color css

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

 a { background-color: rgb(187,36,33); }

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

border-color css

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

 span { border-color: rgb(187,36,33); }

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