Html Css Color HEX #BC3028 Fire Brick

📋 copy color: '#BC3028'

red 188 ◦ green 48 ◦ blue 40

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

Shades of Fire Brick #BC3028

Tints of Fire Brick #BC3028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 68.12%
G = 17.39%
B = 14.49%

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

#BC3028 (or 0xBC3028) is known color: Fire Brick. HEX triplet: BC, 30 and 28. RGB value is (188,48,40). Sum of RGB (Red+Green+Blue) = 188+48+40=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3028 is #43CFD7. Grayscale: #595959. Windows color (decimal): -4444120 or 2633916. OLE color: 2633916.

HSL color Cylindrical-coordinate representation of color #BC3028: hue angle of 3.24º degrees, saturation: 0.65, 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 #BC3028 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 40 -
CMYK 0 0.74 0.79 0.26
HSL 3.24º 0.65% 0.45% -
HSV(B) 3.24º 0.79% 0.74% -
XYZ 22.18 12.96 3.34 -
YUV 88.95 100.38 198.65 -
System Red Green Blue C M Y K H S L
Decimal 188 48 40 0 0.74 0.79 0.26 3.24 0.65 0.45
Hex BC 30 28 0 4A 4F 1A 3 41 2D
Octal 274 60 50 0 112 117 32 3 101 55
Binary 10111100 110000 101000 0 1001010 1001111 11010 11 1000001 101101

Color Harmonies of #BC3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3028

Black with #BC3028

Text Example


Text Example

White with #BC3028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3028; }

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

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

background-color css

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

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

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

border-color css

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

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

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