Html Css Color HEX #BB220F Fire Brick

📋 copy color: '#BB220F'

red 187 ◦ green 34 ◦ blue 15

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

Shades of Fire Brick #BB220F

Tints of Fire Brick #BB220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.41%

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 79.24%
G = 14.41%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB220F (or 0xBB220F) is known color: Fire Brick. HEX triplet: BB, 22 and 0F. RGB value is (187,34,15). Sum of RGB (Red+Green+Blue) = 187+34+15=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB220F is #44DDF0. Grayscale: #4D4D4D. Windows color (decimal): -4513265 or 991931. OLE color: 991931.

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

Color convert

RGB 187 34 15 -
CMYK 0 0.82 0.92 0.27
HSL 6.63º 0.85% 0.4% -
HSV(B) 6.63º 0.92% 0.73% -
XYZ 21.15 11.74 1.6 -
YUV 77.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 187 34 15 0 0.82 0.92 0.27 6.63 0.85 0.4
Hex BB 22 F 0 52 5C 1B 7 55 28
Octal 273 42 17 0 122 134 33 7 125 50
Binary 10111011 100010 1111 0 1010010 1011100 11011 111 1010101 101000

Color Harmonies of #BB220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB220F

Black with #BB220F

Text Example


Text Example

White with #BB220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB220F; }

 p { color: rgb(187,34,15); }

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

background-color css

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

 a { background-color: rgb(187,34,15); }

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

border-color css

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

 span { border-color: rgb(187,34,15); }

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