Html Css Color HEX #BC2928 Fire Brick

📋 copy color: '#BC2928'

red 188 ◦ green 41 ◦ blue 40

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

Shades of Fire Brick #BC2928

Tints of Fire Brick #BC2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

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

R = 69.89%
G = 15.24%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC2928 (or 0xBC2928) is known color: Fire Brick. HEX triplet: BC, 29 and 28. RGB value is (188,41,40). Sum of RGB (Red+Green+Blue) = 188+41+40=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2928 is #43D6D7. Grayscale: #545454. Windows color (decimal): -4445912 or 2632124. OLE color: 2632124.

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

Color convert

RGB 188 41 40 -
CMYK 0 0.78 0.79 0.26
HSL 0.41º 0.65% 0.45% -
HSV(B) 0.41º 0.79% 0.74% -
XYZ 21.91 12.43 3.25 -
YUV 84.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 188 41 40 0 0.78 0.79 0.26 0.41 0.65 0.45
Hex BC 29 28 0 4E 4F 1A 0 41 2D
Octal 274 51 50 0 116 117 32 0 101 55
Binary 10111100 101001 101000 0 1001110 1001111 11010 0 1000001 101101

Color Harmonies of #BC2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2928

Black with #BC2928

Text Example


Text Example

White with #BC2928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2928; }

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

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

background-color css

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

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

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

border-color css

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

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

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