Html Css Color HEX #BC2821 Fire Brick

📋 copy color: '#BC2821'

red 188 ◦ green 40 ◦ blue 33

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

Shades of Fire Brick #BC2821

Tints of Fire Brick #BC2821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.33%

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 72.03%
G = 15.33%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC2821 (or 0xBC2821) is known color: Fire Brick. HEX triplet: BC, 28 and 21. RGB value is (188,40,33). Sum of RGB (Red+Green+Blue) = 188+40+33=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2821 is #43D7DE. Grayscale: #535353. Windows color (decimal): -4446175 or 2173116. OLE color: 2173116.

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

Color convert

RGB 188 40 33 -
CMYK 0 0.79 0.82 0.26
HSL 2.71º 0.7% 0.43% -
HSV(B) 2.71º 0.82% 0.74% -
XYZ 21.77 12.32 2.67 -
YUV 83.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 188 40 33 0 0.79 0.82 0.26 2.71 0.7 0.43
Hex BC 28 21 0 4F 52 1A 3 46 2B
Octal 274 50 41 0 117 122 32 3 106 53
Binary 10111100 101000 100001 0 1001111 1010010 11010 11 1000110 101011

Color Harmonies of #BC2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2821

Black with #BC2821

Text Example


Text Example

White with #BC2821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2821; }

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

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

background-color css

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

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

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

border-color css

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

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

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