Html Css Color HEX #BC2B21 Fire Brick

📋 copy color: '#BC2B21'

red 188 ◦ green 43 ◦ blue 33

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

Shades of Fire Brick #BC2B21

Tints of Fire Brick #BC2B21

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.29%

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

R = 71.21%
G = 16.29%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC2B21 (or 0xBC2B21) is known color: Fire Brick. HEX triplet: BC, 2B and 21. RGB value is (188,43,33). Sum of RGB (Red+Green+Blue) = 188+43+33=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B21 is #43D4DE. Grayscale: #555555. Windows color (decimal): -4445407 or 2173884. OLE color: 2173884.

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

Color convert

RGB 188 43 33 -
CMYK 0 0.77 0.82 0.26
HSL 3.87º 0.7% 0.43% -
HSV(B) 3.87º 0.82% 0.74% -
XYZ 21.88 12.53 2.7 -
YUV 85.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 188 43 33 0 0.77 0.82 0.26 3.87 0.7 0.43
Hex BC 2B 21 0 4D 52 1A 4 46 2B
Octal 274 53 41 0 115 122 32 4 106 53
Binary 10111100 101011 100001 0 1001101 1010010 11010 100 1000110 101011

Color Harmonies of #BC2B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B21

Black with #BC2B21

Text Example


Text Example

White with #BC2B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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