Html Css Color HEX #BB211A Fire Brick

📋 copy color: '#BB211A'

red 187 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #BB211A

Tints of Fire Brick #BB211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 76.02%
G = 13.41%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB211A (or 0xBB211A) is known color: Fire Brick. HEX triplet: BB, 21 and 1A. RGB value is (187,33,26). Sum of RGB (Red+Green+Blue) = 187+33+26=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB211A is #44DEE5. Grayscale: #4E4E4E. Windows color (decimal): -4513510 or 1712571. OLE color: 1712571.

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

Color convert

RGB 187 33 26 -
CMYK 0 0.82 0.86 0.27
HSL 2.61º 0.76% 0.42% -
HSV(B) 2.61º 0.86% 0.73% -
XYZ 21.22 11.73 2.12 -
YUV 78.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 187 33 26 0 0.82 0.86 0.27 2.61 0.76 0.42
Hex BB 21 1A 0 52 56 1B 3 4C 2A
Octal 273 41 32 0 122 126 33 3 114 52
Binary 10111011 100001 11010 0 1010010 1010110 11011 11 1001100 101010

Color Harmonies of #BB211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB211A

Black with #BB211A

Text Example


Text Example

White with #BB211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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