Html Css Color HEX #BB211F Fire Brick

📋 copy color: '#BB211F'

red 187 ◦ green 33 ◦ blue 31

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

Shades of Fire Brick #BB211F

Tints of Fire Brick #BB211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.35%

R = 74.5%
G = 13.15%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB211F (or 0xBB211F) is known color: Fire Brick. HEX triplet: BB, 21 and 1F. RGB value is (187,33,31). Sum of RGB (Red+Green+Blue) = 187+33+31=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB211F is #44DEE0. Grayscale: #4E4E4E. Windows color (decimal): -4513505 or 2040251. OLE color: 2040251.

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

Color convert

RGB 187 33 31 -
CMYK 0 0.82 0.83 0.27
HSL 0.77º 0.72% 0.43% -
HSV(B) 0.77º 0.83% 0.73% -
XYZ 21.28 11.75 2.44 -
YUV 78.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 187 33 31 0 0.82 0.83 0.27 0.77 0.72 0.43
Hex BB 21 1F 0 52 53 1B 1 48 2B
Octal 273 41 37 0 122 123 33 1 110 53
Binary 10111011 100001 11111 0 1010010 1010011 11011 1 1001000 101011

Color Harmonies of #BB211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB211F

Black with #BB211F

Text Example


Text Example

White with #BB211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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