Html Css Color HEX #BB200D Fire Brick

📋 copy color: '#BB200D'

red 187 ◦ green 32 ◦ blue 13

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

Shades of Fire Brick #BB200D

Tints of Fire Brick #BB200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 80.6%
G = 13.79%
B = 5.6%

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

#BB200D (or 0xBB200D) is known color: Fire Brick. HEX triplet: BB, 20 and 0D. RGB value is (187,32,13). Sum of RGB (Red+Green+Blue) = 187+32+13=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB200D is #44DFF2. Grayscale: #4C4C4C. Windows color (decimal): -4513779 or 860347. OLE color: 860347.

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

Color convert

RGB 187 32 13 -
CMYK 0 0.83 0.93 0.27
HSL 6.55º 0.87% 0.39% -
HSV(B) 6.55º 0.93% 0.73% -
XYZ 21.08 11.63 1.51 -
YUV 76.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 187 32 13 0 0.83 0.93 0.27 6.55 0.87 0.39
Hex BB 20 D 0 53 5D 1B 7 57 27
Octal 273 40 15 0 123 135 33 7 127 47
Binary 10111011 100000 1101 0 1010011 1011101 11011 111 1010111 100111

Color Harmonies of #BB200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB200D

Black with #BB200D

Text Example


Text Example

White with #BB200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB200D; }

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

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

background-color css

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

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

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

border-color css

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

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

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