Html Css Color HEX #BB200E Fire Brick

📋 copy color: '#BB200E'

red 187 ◦ green 32 ◦ blue 14

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

Shades of Fire Brick #BB200E

Tints of Fire Brick #BB200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.73%

 BLUE value IS 14 (5.86% from 255) = 6.01%

R = 80.26%
G = 13.73%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB200E (or 0xBB200E) is known color: Fire Brick. HEX triplet: BB, 20 and 0E. RGB value is (187,32,14). Sum of RGB (Red+Green+Blue) = 187+32+14=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB200E is #44DFF1. Grayscale: #4C4C4C. Windows color (decimal): -4513778 or 925883. OLE color: 925883.

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

Color convert

RGB 187 32 14 -
CMYK 0 0.83 0.93 0.27
HSL 6.24º 0.86% 0.39% -
HSV(B) 6.24º 0.93% 0.73% -
XYZ 21.09 11.63 1.55 -
YUV 76.29 92.85 206.96 -
System Red Green Blue C M Y K H S L
Decimal 187 32 14 0 0.83 0.93 0.27 6.24 0.86 0.39
Hex BB 20 E 0 53 5D 1B 6 56 27
Octal 273 40 16 0 123 135 33 6 126 47
Binary 10111011 100000 1110 0 1010011 1011101 11011 110 1010110 100111

Color Harmonies of #BB200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB200E

Black with #BB200E

Text Example


Text Example

White with #BB200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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