Html Css Color HEX #BC3126 Fire Brick

📋 copy color: '#BC3126'

red 188 ◦ green 49 ◦ blue 38

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

Shades of Fire Brick #BC3126

Tints of Fire Brick #BC3126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.82%

 BLUE value IS 38 (15.23% from 255) = 13.82%

R = 68.36%
G = 17.82%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC3126 (or 0xBC3126) is known color: Fire Brick. HEX triplet: BC, 31 and 26. RGB value is (188,49,38). Sum of RGB (Red+Green+Blue) = 188+49+38=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3126 is #43CED9. Grayscale: #595959. Windows color (decimal): -4443866 or 2503100. OLE color: 2503100.

HSL color Cylindrical-coordinate representation of color #BC3126: hue angle of 4.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC3126 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 49 38 -
CMYK 0 0.74 0.80 0.26
HSL 4.4º 0.66% 0.44% -
HSV(B) 4.4º 0.8% 0.74% -
XYZ 22.19 13.03 3.18 -
YUV 89.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 188 49 38 0 0.74 0.80 0.26 4.4 0.66 0.44
Hex BC 31 26 0 4A 50 1A 4 42 2C
Octal 274 61 46 0 112 120 32 4 102 54
Binary 10111100 110001 100110 0 1001010 1010000 11010 100 1000010 101100

Color Harmonies of #BC3126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3126

Black with #BC3126

Text Example


Text Example

White with #BC3126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3126; }

 p { color: rgb(188,49,38); }

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

background-color css

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

 a { background-color: rgb(188,49,38); }

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

border-color css

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

 span { border-color: rgb(188,49,38); }

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