Html Css Color HEX #BC3123 Fire Brick

📋 copy color: '#BC3123'

red 188 ◦ green 49 ◦ blue 35

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

Shades of Fire Brick #BC3123

Tints of Fire Brick #BC3123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.87%

R = 69.12%
G = 18.01%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC3123 (or 0xBC3123) is known color: Fire Brick. HEX triplet: BC, 31 and 23. RGB value is (188,49,35). Sum of RGB (Red+Green+Blue) = 188+49+35=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3123 is #43CEDC. Grayscale: #595959. Windows color (decimal): -4443869 or 2306492. OLE color: 2306492.

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

Color convert

RGB 188 49 35 -
CMYK 0 0.74 0.81 0.26
HSL 5.49º 0.69% 0.44% -
HSV(B) 5.49º 0.81% 0.74% -
XYZ 22.14 13.01 2.93 -
YUV 88.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 188 49 35 0 0.74 0.81 0.26 5.49 0.69 0.44
Hex BC 31 23 0 4A 51 1A 5 45 2C
Octal 274 61 43 0 112 121 32 5 105 54
Binary 10111100 110001 100011 0 1001010 1010001 11010 101 1000101 101100

Color Harmonies of #BC3123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3123

Black with #BC3123

Text Example


Text Example

White with #BC3123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3123; }

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

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

background-color css

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

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

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

border-color css

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

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

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