Html Css Color HEX #BC2521 Fire Brick

📋 copy color: '#BC2521'

red 188 ◦ green 37 ◦ blue 33

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

Shades of Fire Brick #BC2521

Tints of Fire Brick #BC2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 72.87%
G = 14.34%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC2521 (or 0xBC2521) is known color: Fire Brick. HEX triplet: BC, 25 and 21. RGB value is (188,37,33). Sum of RGB (Red+Green+Blue) = 188+37+33=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2521 is #43DADE. Grayscale: #515151. Windows color (decimal): -4446943 or 2172348. OLE color: 2172348.

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

Color convert

RGB 188 37 33 -
CMYK 0 0.80 0.82 0.26
HSL 1.55º 0.7% 0.43% -
HSV(B) 1.55º 0.82% 0.74% -
XYZ 21.68 12.12 2.64 -
YUV 81.69 100.53 203.83 -
System Red Green Blue C M Y K H S L
Decimal 188 37 33 0 0.80 0.82 0.26 1.55 0.7 0.43
Hex BC 25 21 0 50 52 1A 2 46 2B
Octal 274 45 41 0 120 122 32 2 106 53
Binary 10111100 100101 100001 0 1010000 1010010 11010 10 1000110 101011

Color Harmonies of #BC2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2521

Black with #BC2521

Text Example


Text Example

White with #BC2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2521; }

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

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

background-color css

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

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

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

border-color css

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

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

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