Html Css Color HEX #BC2E1E Fire Brick

📋 copy color: '#BC2E1E'

red 188 ◦ green 46 ◦ blue 30

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

Shades of Fire Brick #BC2E1E

Tints of Fire Brick #BC2E1E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.42%

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 71.21%
G = 17.42%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC2E1E (or 0xBC2E1E) is known color: Fire Brick. HEX triplet: BC, 2E and 1E. RGB value is (188,46,30). Sum of RGB (Red+Green+Blue) = 188+46+30=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E1E is #43D1E1. Grayscale: #565656. Windows color (decimal): -4444642 or 1978044. OLE color: 1978044.

HSL color Cylindrical-coordinate representation of color #BC2E1E: hue angle of 6.08º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC2E1E is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 46 30 -
CMYK 0 0.76 0.84 0.26
HSL 6.08º 0.72% 0.43% -
HSV(B) 6.08º 0.84% 0.74% -
XYZ 21.95 12.74 2.53 -
YUV 86.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 188 46 30 0 0.76 0.84 0.26 6.08 0.72 0.43
Hex BC 2E 1E 0 4C 54 1A 6 48 2B
Octal 274 56 36 0 114 124 32 6 110 53
Binary 10111100 101110 11110 0 1001100 1010100 11010 110 1001000 101011

Color Harmonies of #BC2E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E1E

Black with #BC2E1E

Text Example


Text Example

White with #BC2E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E1E; }

 p { color: rgb(188,46,30); }

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

background-color css

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

 a { background-color: rgb(188,46,30); }

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

border-color css

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

 span { border-color: rgb(188,46,30); }

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