Html Css Color HEX #BC3027 Fire Brick

📋 copy color: '#BC3027'

red 188 ◦ green 48 ◦ blue 39

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

Shades of Fire Brick #BC3027

Tints of Fire Brick #BC3027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

 BLUE value IS 39 (15.63% from 255) = 14.18%

R = 68.36%
G = 17.45%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC3027 (or 0xBC3027) is known color: Fire Brick. HEX triplet: BC, 30 and 27. RGB value is (188,48,39). Sum of RGB (Red+Green+Blue) = 188+48+39=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3027 is #43CFD8. Grayscale: #595959. Windows color (decimal): -4444121 or 2568380. OLE color: 2568380.

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

Color convert

RGB 188 48 39 -
CMYK 0 0.74 0.79 0.26
HSL 3.62º 0.66% 0.45% -
HSV(B) 3.62º 0.79% 0.74% -
XYZ 22.16 12.95 3.25 -
YUV 88.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 188 48 39 0 0.74 0.79 0.26 3.62 0.66 0.45
Hex BC 30 27 0 4A 4F 1A 4 42 2D
Octal 274 60 47 0 112 117 32 4 102 55
Binary 10111100 110000 100111 0 1001010 1001111 11010 100 1000010 101101

Color Harmonies of #BC3027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3027

Black with #BC3027

Text Example


Text Example

White with #BC3027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3027; }

 p { color: rgb(188,48,39); }

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

background-color css

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

 a { background-color: rgb(188,48,39); }

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

border-color css

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

 span { border-color: rgb(188,48,39); }

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