Html Css Color HEX #BC2721 Fire Brick

📋 copy color: '#BC2721'

red 188 ◦ green 39 ◦ blue 33

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

Shades of Fire Brick #BC2721

Tints of Fire Brick #BC2721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

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

R = 72.31%
G = 15%
B = 12.69%

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

#BC2721 (or 0xBC2721) is known color: Fire Brick. HEX triplet: BC, 27 and 21. RGB value is (188,39,33). Sum of RGB (Red+Green+Blue) = 188+39+33=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2721 is #43D8DE. Grayscale: #535353. Windows color (decimal): -4446431 or 2172860. OLE color: 2172860.

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

Color convert

RGB 188 39 33 -
CMYK 0 0.79 0.82 0.26
HSL 2.32º 0.7% 0.43% -
HSV(B) 2.32º 0.82% 0.74% -
XYZ 21.74 12.25 2.66 -
YUV 82.87 99.86 202.99 -
System Red Green Blue C M Y K H S L
Decimal 188 39 33 0 0.79 0.82 0.26 2.32 0.7 0.43
Hex BC 27 21 0 4F 52 1A 2 46 2B
Octal 274 47 41 0 117 122 32 2 106 53
Binary 10111100 100111 100001 0 1001111 1010010 11010 10 1000110 101011

Color Harmonies of #BC2721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2721

Black with #BC2721

Text Example


Text Example

White with #BC2721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2721; }

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

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

background-color css

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

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

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

border-color css

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

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

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