Html Css Color HEX #BC200D Fire Brick

📋 copy color: '#BC200D'

red 188 ◦ green 32 ◦ blue 13

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

Shades of Fire Brick #BC200D

Tints of Fire Brick #BC200D

RGB

 RED value IS 188 (73.83% from 255) = 80.69%

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

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

R = 80.69%
G = 13.73%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC200D (or 0xBC200D) is known color: Fire Brick. HEX triplet: BC, 20 and 0D. RGB value is (188,32,13). Sum of RGB (Red+Green+Blue) = 188+32+13=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC200D is #43DFF2. Grayscale: #4C4C4C. Windows color (decimal): -4448243 or 860348. OLE color: 860348.

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

Color convert

RGB 188 32 13 -
CMYK 0 0.83 0.93 0.26
HSL 6.51º 0.87% 0.39% -
HSV(B) 6.51º 0.93% 0.74% -
XYZ 21.33 11.75 1.53 -
YUV 76.48 92.18 207.54 -
System Red Green Blue C M Y K H S L
Decimal 188 32 13 0 0.83 0.93 0.26 6.51 0.87 0.39
Hex BC 20 D 0 53 5D 1A 7 57 27
Octal 274 40 15 0 123 135 32 7 127 47
Binary 10111100 100000 1101 0 1010011 1011101 11010 111 1010111 100111

Color Harmonies of #BC200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC200D

Black with #BC200D

Text Example


Text Example

White with #BC200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC200D; }

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

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

background-color css

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

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

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

border-color css

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

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

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